OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ai_sentinel
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mpl/dhcp/bind/dist/lib/irs/
getaddrinfo.c
578
struct addrinfo
ai_sentinel
;
member in struct:gai_restrans
655
state->trans4->
ai_sentinel
.ai_next = NULL;
663
state->trans6->
ai_sentinel
.ai_next = NULL;
841
ai->ai_next = trans->
ai_sentinel
.ai_next;
842
trans->
ai_sentinel
.ai_next = ai;
893
if (trans->
ai_sentinel
.ai_next == NULL) {
897
if (trans->
ai_sentinel
.ai_next != NULL) {
898
_freeaddrinfo(trans->
ai_sentinel
.ai_next);
899
trans->
ai_sentinel
.ai_next = NULL;
927
resstate->trans4->
ai_sentinel
.ai_next != NULL) |
[
all
...]
Completed in 14 milliseconds
Indexes created Wed Sep 02 00:25:50 UTC 2026