Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet6/
H A Din6_pcb.c1131 struct inpcb *__single inp, *__single ninp; in in6_pcbnotify() local
1173 for (inp = LIST_FIRST(head); inp != NULL; inp = ninp) { in in6_pcbnotify()
1174 ninp = LIST_NEXT(inp, inp_list); in in6_pcbnotify()