Searched refs:gethostbyaddr_r (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | gethostnamadr.c | 198 int gethostbyaddr_r(const char *addr, int len, int type, in gethostbyaddr_r() function
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | socketmodule.c | 3479 result = gethostbyaddr_r(ap, al, af, 3483 h = gethostbyaddr_r(ap, al, af, 3487 result = gethostbyaddr_r(ap, al, af, &hp_allocated, &data);
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 3561 result = gethostbyaddr_r(ap, al, af, 3565 h = gethostbyaddr_r(ap, al, af, 3569 result = gethostbyaddr_r(ap, al, af, &hp_allocated, &data);
|