getaddrinfo.c | 457 struct addrinfo sentinel; local in function:getaddrinfo 474 memset(&sentinel, 0, sizeof(sentinel)); 475 cur = &sentinel; 603 if (sentinel.ai_next) { 654 if (sentinel.ai_next) 660 if (sentinel.ai_next) { 677 canonname = sentinel.ai_next->ai_canonname; 678 sentinel.ai_next->ai_canonname = NULL; 679 (void)reorder(&sentinel, &svd) 1226 struct addrinfo sentinel; local in function:explore_null 1292 struct addrinfo sentinel; local in function:explore_numeric 1705 struct addrinfo sentinel, *cur; local in function:getanswer 2033 struct addrinfo sentinel, *cur, *ai; local in function:_dns_query 2099 struct addrinfo sentinel, *cur, *ai; local in function:_dns_srv_lookup 2172 struct addrinfo sentinel, *ai; local in function:_dns_host_lookup 2368 struct addrinfo sentinel, *cur; local in function:_files_getaddrinfo 2400 struct addrinfo sentinel, *cur; local in function:_yphostent 2480 struct addrinfo sentinel, *cur; local in function:_yp_getaddrinfo [all...] |