Searched defs:gethostbyaddr (Results 1 - 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
H A Dgethostnamadr.c165 gethostbyaddr(const char *addr, socklen_t len, int type) function
203 if ((hp = gethostbyaddr(addr, len, type)) == NULL) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
H A DBaseHTTPServer.py75 import socket # For gethostbyaddr() namespace
492 This version looks up the full hostname using gethostbyaddr(),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A DBaseHTTPServer.py75 import socket # For gethostbyaddr() namespace
495 This version looks up the full hostname using gethostbyaddr(),

Completed in 109 milliseconds