/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | gethostbyht.c | 115 int af, len; in gethostent() local 135 af = AF_INET6; in gethostent() 140 af = AF_INET6; in gethostent() 143 af = AF_INET; in gethostent() 153 host.h_addrtype = af; in gethostent() 176 _gethostbyhtname(const char *name, int af) in _gethostbyhtname() argument 183 if (p->h_addrtype != af) in _gethostbyhtname() 197 _gethostbyhtaddr(const char *addr, int len, int af) in _gethostbyhtaddr() argument 203 if (p->h_addrtype == af && !bcmp(p->h_addr, addr, len)) in _gethostbyhtaddr()
|
D | gethostbynis.c | 57 _gethostbynis(const char *name, char *map, int af) in _gethostbynis() argument 67 switch(af) { in _gethostbynis() 125 _gethostbynisname(const char *name, int af) in _gethostbynisname() argument 127 return _gethostbynis(name, "hosts.byname", af); in _gethostbynisname() 131 _gethostbynisaddr(const char *addr, int len, int af) in _gethostbynisaddr() argument 133 return _gethostbynis(inet_ntoa(*(struct in_addr *)addr),"hosts.byaddr", af); in _gethostbynisaddr()
|
D | getnetbynis.c | 56 _getnetbynis(const char *name, char *map, int af) in _getnetbynis() argument 66 switch(af) { in _getnetbynis() 129 _getnetbynisaddr(unsigned long addr, int af) in _getnetbynisaddr() argument 137 if (af != AF_INET) { in _getnetbynisaddr() 170 return _getnetbynis(str, "networks.byaddr", af); in _getnetbynisaddr()
|
D | getnetnamadr.c | 147 getnetbyaddr(uint32_t addr, int af) in getnetbyaddr() argument 160 hp = _getnetbyhtaddr(addr, af); in getnetbyaddr() 163 hp = _getnetbydnsaddr(addr, af); in getnetbyaddr() 166 hp = _getnetbynisaddr(addr, af); in getnetbyaddr()
|
D | gethostbydns.c | 521 _gethostbydnsname(const char *name, int af) in _gethostbydnsname() argument 533 switch (af) { in _gethostbydnsname() 548 host.h_addrtype = af; in _gethostbydnsname() 573 if (inet_pton(af, name, host_addr) <= 0) { in _gethostbydnsname() 606 if (inet_pton(af, name, host_addr) <= 0) { in _gethostbydnsname() 635 _gethostbydnsaddr(const char *addr, int len, int af) in _gethostbydnsaddr() argument 655 if (af == AF_INET6 && len == IN6ADDRSZ && in _gethostbydnsaddr() 661 af = AF_INET; in _gethostbydnsaddr() 664 switch (af) { in _gethostbydnsaddr() 681 switch (af) { in _gethostbydnsaddr() [all …]
|
D | inet_net_ntop.c | 54 int af, in inet_net_ntop() argument 61 switch (af) { in inet_net_ntop()
|
D | inet_pton.c | 91 int af, in inet_pton() argument 96 switch (af) { in inet_pton()
|
D | inet_net_pton.c | 99 int af, in inet_net_pton() argument 105 switch (af) { in inet_net_pton()
|
/device/google/contexthub/util/nanoapp_sign/ |
D | test_modulus | 1 00:de:e5:43:7c:42:2d:f7:af:d3:24:a5:df:13:37: 5 d3:95:b3:3c:c8:af:98:e5:0c:b7:a4:6c:8a:f9:3e: 14 af:9e:11:7c:72:83:eb:31:b0:3a:77:38:4f:ec:0b:
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | ftplib.py | 133 self.af = self.sock.family 263 af = 0 264 if self.af == socket.AF_INET: 265 af = 1 266 if self.af == socket.AF_INET6: 267 af = 2 268 if af == 0: 270 fields = ['', repr(af), host, repr(port), ''] 278 for res in socket.getaddrinfo(None, 0, self.af, socket.SOCK_STREAM, 0, socket.AI_PASSIVE): 279 af, socktype, proto, canonname, sa = res [all …]
|
D | poplib.py | 339 af, socktype, proto, canonname, sa = res 341 self.sock = socket.socket(af, socktype, proto)
|
D | socket.py | 554 af, socktype, proto, canonname, sa = res 557 sock = socket(af, socktype, proto)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/ |
D | socketmodule.c | 321 int inet_pton(int af, const char *src, void *dst); 322 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); 779 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af) in setipaddr() argument 790 hints.ai_family = af; in setipaddr() 835 if (af != AF_INET && af != AF_UNSPEC) { in setipaddr() 864 hints.ai_family = af; in setipaddr() 869 if (error == EAI_NONAME && af == AF_UNSPEC) { in setipaddr() 3217 gethost_common(struct hostent *h, struct sockaddr *addr, int alen, int af) argument 3235 if (h->h_addrtype != af) { 3243 switch (af) { [all …]
|
D | getaddrinfo.c | 530 get_addr(hostname, af, res, pai, port0) in get_addr() argument 532 int af; 549 if (af == AF_UNSPEC) { 553 hp = getipnodebyname(hostname, af, AI_ADDRCONFIG, &h_error); 582 switch (af) {
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/ |
D | socketmodule.c | 326 int inet_pton(int af, const char *src, void *dst); 327 const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); 837 setipaddr(char *name, struct sockaddr *addr_ret, size_t addr_ret_size, int af) in setipaddr() argument 848 hints.ai_family = af; in setipaddr() 893 if (af != AF_INET && af != AF_UNSPEC) { in setipaddr() 922 hints.ai_family = af; in setipaddr() 927 if (error == EAI_NONAME && af == AF_UNSPEC) { in setipaddr() 3299 gethost_common(struct hostent *h, struct sockaddr *addr, int alen, int af) argument 3317 if (h->h_addrtype != af) { 3325 switch (af) { [all …]
|
/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() argument 79 switch (af) { in inet_ntop()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel1CommandsLib/ |
D | UefiShellLevel1CommandsLib.inf | 18 FILE_GUID = 50cb6037-1102-47af-b2dd-9944b6eb1abe
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/Lan91xDxe/ |
D | Lan91xDxe.inf | 22 FILE_GUID = 5c12ea2f-9897-48af-8138-25f4ce6ff8d6
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
D | msg_15.txt | 12 …MIME-format. Da dit postl�sningsprogram ikke forst�r dette format, kan del af eller hele meddelels…
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | test_ftplib.py | 119 af, ip, port = arg.split(arg[0])[1:-1] 211 def __init__(self, address, af=socket.AF_INET): argument 214 self.create_socket(af, socket.SOCK_STREAM) 557 self.server = DummyFTPServer((HOST, 0), af=socket.AF_INET6) 567 self.assertEqual(self.client.af, socket.AF_INET6) 761 DummyFTPServer((HOST, 0), af=socket.AF_INET6)
|
D | test_poplib.py | 111 def __init__(self, address, af=socket.AF_INET): argument 114 self.create_socket(af, socket.SOCK_STREAM)
|
/device/google/bonito/ |
D | device-common.mk | 31 PRODUCT_PROPERTY_OVERRIDES += af.fast_track_multiplier=1
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/AMD/Styx/AcpiTables/ |
D | AcpiTables.inf | 26 FILE_GUID = 74850e9e-371c-43af-b1fe-794d61505ad0
|
/device/google/crosshatch/ |
D | device-common.mk | 39 PRODUCT_PROPERTY_OVERRIDES += af.fast_track_multiplier=1
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | socket.py | 558 af, socktype, proto, canonname, sa = res 561 sock = socket(af, socktype, proto)
|