Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgetaddrinfo.c585 struct addrinfo sentinel; in android_getaddrinfofornetcontext() local
598 memset(&sentinel, 0, sizeof(sentinel)); in android_getaddrinfofornetcontext()
599 cur = &sentinel; in android_getaddrinfofornetcontext()
719 if (sentinel.ai_next) in android_getaddrinfofornetcontext()
769 if (sentinel.ai_next) in android_getaddrinfofornetcontext()
775 if (sentinel.ai_next) { in android_getaddrinfofornetcontext()
777 *res = sentinel.ai_next; in android_getaddrinfofornetcontext()
784 if (sentinel.ai_next) in android_getaddrinfofornetcontext()
785 freeaddrinfo(sentinel.ai_next); in android_getaddrinfofornetcontext()
863 struct addrinfo sentinel; in explore_null() local
[all …]
/bionic/libc/kernel/uapi/asm-x86/asm/
Dbootparam.h165 __u8 sentinel; member