Home
last modified time | relevance | path

Searched refs:gethostbyaddr_r (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostnamadr.c198 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/
Dsocketmodule.c3479 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/
Dsocketmodule.c3561 result = gethostbyaddr_r(ap, al, af,
3565 h = gethostbyaddr_r(ap, al, af,
3569 result = gethostbyaddr_r(ap, al, af, &hp_allocated, &data);