Home
last modified time | relevance | path

Searched refs:sentinel (Results 1 – 3 of 3) 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.h123 __u8 sentinel; member
/bionic/
Dandroid-changes-for-ndk-developers.md508 For dynamic executables, we kept sentinel support in `crtbegin_dynamic.o` and