Home
last modified time | relevance | path

Searched defs:af (Results 1 – 15 of 15) sorted by relevance

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbynis.c57 _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()
Dgethostbyht.c115 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()
Dgetnetbynis.c56 _getnetbynis(const char *name, char *map, int af) in _getnetbynis()
129 _getnetbynisaddr(unsigned long addr, int af) in _getnetbynisaddr()
Dinet_net_ntop.c54 int af, in inet_net_ntop()
Dinet_net_pton.c99 int af, in inet_net_pton()
Dinet_pton.c91 int af, in inet_pton()
Dgetnetnamadr.c147 getnetbyaddr(uint32_t addr, int af) in getnetbyaddr()
Dgethostbydns.c521 _gethostbydnsname(const char *name, int af) in _gethostbydnsname()
635 _gethostbydnsaddr(const char *addr, int len, int af) in _gethostbydnsaddr()
Dgetaddrinfo.c996 find_afd(int af) in find_afd()
/device/linaro/bootloader/edk2/StdLib/LibC/NetUtil/
Dinet_ntop.c73 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/
Dsocketmodule.c779 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)
Dgetaddrinfo.c530 get_addr(hostname, af, res, pai, port0) in get_addr() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dsocketmodule.c837 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/
Dtest_poplib.py111 def __init__(self, address, af=socket.AF_INET): argument
Dtest_ftplib.py211 def __init__(self, address, af=socket.AF_INET): argument