Searched refs:afd (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | getaddrinfo.c | 128 static const struct afd { struct 219 const struct afd *, const char *); 224 static const struct afd *find_afd(int); 269 #define GET_AI(ai, afd, addr) \ argument 272 (ai) = get_ai(pai, (afd), (addr)); \ 630 const struct afd *afd; in explore_null() local 660 afd = find_afd(pai->ai_family); in explore_null() 661 if (afd == NULL) in explore_null() 665 GET_AI(cur->ai_next, afd, afd->a_addrany); in explore_null() 671 GET_AI(cur->ai_next, afd, afd->a_loopback); in explore_null() [all …]
|
D | getnameinfo.c | 101 static const struct afd { struct 180 const struct afd *afd; in getnameinfo_inet() local 205 afd = &afdl[i]; in getnameinfo_inet() 211 if (salen != afd->a_socklen) in getnameinfo_inet() 216 addr = (const char *)(const void *)sa + afd->a_off; in getnameinfo_inet() 300 switch(afd->a_af) { in getnameinfo_inet() 313 if (inet_ntop(afd->a_af, addr, numaddr, sizeof(numaddr)) in getnameinfo_inet() 323 hp = gethostbyaddr(addr, afd->a_addrlen, afd->a_af); in getnameinfo_inet() 345 switch(afd->a_af) { in getnameinfo_inet() 359 if (inet_ntop(afd->a_af, addr, host, in getnameinfo_inet()
|
/device/linaro/bootloader/edk2/MdePkg/Library/DxePalLibEsal/ |
D | DxePalLibEsal.inf | 19 FILE_GUID = 8BA65DE3-39E1-4afd-A8FE-7DD0BAFEFCC0
|