Searched defs:sentinel (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/netbsd/net/
H A Dgetaddrinfo.c587 struct addrinfo sentinel; local
600 memset(&sentinel, 0, sizeof(sentinel));
601 cur = &sentinel;
721 if (sentinel.ai_next)
771 if (sentinel.ai_next)
777 if (sentinel.ai_next) {
779 *res = sentinel.ai_next;
786 if (sentinel.ai_next)
787 freeaddrinfo(sentinel
864 struct addrinfo sentinel; local
929 struct addrinfo sentinel; local
1298 struct addrinfo sentinel, *cur; local
1888 struct addrinfo sentinel, *cur; local
2114 struct addrinfo sentinel, *cur; local
[all...]

Completed in 26 milliseconds