Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 2 of 2) sorted by relevance

/bionic/libc/dns/net/
Dgetaddrinfo.c590 struct addrinfo sentinel; in android_getaddrinfofornetcontext() local
603 memset(&sentinel, 0, sizeof(sentinel)); in android_getaddrinfofornetcontext()
604 cur = &sentinel; in android_getaddrinfofornetcontext()
724 if (sentinel.ai_next) in android_getaddrinfofornetcontext()
774 if (sentinel.ai_next) in android_getaddrinfofornetcontext()
780 if (sentinel.ai_next) { in android_getaddrinfofornetcontext()
782 *res = sentinel.ai_next; in android_getaddrinfofornetcontext()
789 if (sentinel.ai_next) in android_getaddrinfofornetcontext()
790 freeaddrinfo(sentinel.ai_next); in android_getaddrinfofornetcontext()
868 struct addrinfo sentinel; in explore_null() local
[all …]
/bionic/libc/kernel/uapi/asm-x86/asm/
Dbootparam.h176 __u8 sentinel; member