Home
last modified time | relevance | path

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

/xnu-10002.81.5/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");
181 nd6_send_opstate = ND6_SEND_OPMODE_DISABLED;
239 nd6_send_opstate = nd6_send_opmode;
H A Din6_ifattach.c952 if (nd6_send_opstate == ND6_SEND_OPMODE_DISABLED) { in in6_ifattach_llcgareq()
H A Dnd6.h1055 extern int nd6_send_opstate;
H A Dnd6_rtr.c4018 notcga = nd6_send_opstate == ND6_SEND_OPMODE_DISABLED || in in6_pfx_newpersistaddr()