Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/netinet6/
H A Dnd6_send.c57 int nd6_send_opstate = ND6_SEND_OPMODE_DISABLED; variable
59 &nd6_send_opstate, 0, "current SEND operating state");
177 nd6_send_opstate = ND6_SEND_OPMODE_DISABLED;
235 nd6_send_opstate = nd6_send_opmode;
H A Din6_ifattach.c950 if (nd6_send_opstate == ND6_SEND_OPMODE_DISABLED) { in in6_ifattach_llcgareq()
H A Dnd6.h1056 extern int nd6_send_opstate;
H A Dnd6_rtr.c4134 notcga = nd6_send_opstate == ND6_SEND_OPMODE_DISABLED || in in6_pfx_newpersistaddr()