/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | gethostbynis.c | 57 _gethostbynis(const char *name, char *map, int af) in _gethostbynis() 125 _gethostbynisname(const char *name, int af) in _gethostbynisname() 131 _gethostbynisaddr(const char *addr, int len, int af) in _gethostbynisaddr()
|
D | gethostbyht.c | 115 int af, len; in gethostent() local 176 _gethostbyhtname(const char *name, int af) in _gethostbyhtname() 197 _gethostbyhtaddr(const char *addr, int len, int af) in _gethostbyhtaddr()
|
D | getnetbynis.c | 56 _getnetbynis(const char *name, char *map, int af) in _getnetbynis() 129 _getnetbynisaddr(unsigned long addr, int af) in _getnetbynisaddr()
|
D | inet_net_ntop.c | 54 int af, in inet_net_ntop()
|
D | inet_net_pton.c | 99 int af, in inet_net_pton()
|
D | inet_pton.c | 91 int af, in inet_pton()
|
D | getnetnamadr.c | 147 getnetbyaddr(uint32_t addr, int af) in getnetbyaddr()
|
D | gethostbydns.c | 521 _gethostbydnsname(const char *name, int af) in _gethostbydnsname() 635 _gethostbydnsaddr(const char *addr, int len, int af) in _gethostbydnsaddr()
|
D | getaddrinfo.c | 996 find_afd(int af) in find_afd()
|
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/ |
D | inet_ntop.c | 73 inet_ntop(int af, const void *src, char *dst, socklen_t size) in inet_ntop()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | socketmodule.c | 779 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af) in setipaddr() 3217 gethost_common(struct hostent *h, struct sockaddr *addr, int alen, int af) 3452 int af; local 3949 int af; local 3999 int af; local 5421 inet_pton(int af, const char *src, void *dst) 5439 inet_ntop(int af, const void *src, char *dst, socklen_t size)
|
D | getaddrinfo.c | 530 get_addr(hostname, af, res, pai, port0) in get_addr() argument
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 837 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af) in setipaddr() 3299 gethost_common(struct hostent *h, struct sockaddr *addr, int alen, int af) 3534 int af; local 4031 int af; local 4081 int af; local 5523 inet_pton(int af, const char *src, void *dst) 5541 inet_ntop(int af, const void *src, char *dst, socklen_t size)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_poplib.py | 111 def __init__(self, address, af=socket.AF_INET): argument
|
D | test_ftplib.py | 211 def __init__(self, address, af=socket.AF_INET): argument
|