HomeSort by relevance Sort by last modified time
    Searched refs:ENI_SALEN (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
getnameinfo.c 90 #define ENI_SALEN 6
125 if (len != salen) return ENI_SALEN;
139 if (len != gni_afd->a_socklen) return ENI_SALEN;
  /external/python/cpython2/Modules/
getnameinfo.c 82 #define ENI_SALEN 6
117 if (len != salen) return ENI_SALEN;
131 if (len != gni_afd->a_socklen) return ENI_SALEN;
  /external/python/cpython3/Modules/
getnameinfo.c 82 #define ENI_SALEN 6
117 if (len != salen) return ENI_SALEN;
131 if (len != gni_afd->a_socklen) return ENI_SALEN;

Completed in 547 milliseconds