Searched refs:ndpr_prproxy_sols (Results 1 – 3 of 3) sorted by relevance
| /xnu-11215.81.4/bsd/netinet6/ |
| H A D | nd6_prproxy.c | 257 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prproxy_prelist_setroute() 1295 &pr->ndpr_prproxy_sols, tmp) { in nd6_prproxy_sols_purge() 1301 &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge() 1308 RB_EMPTY(&pr->ndpr_prproxy_sols))); in nd6_prproxy_sols_purge() 1314 &pr->ndpr_prproxy_sols, tmp) { in nd6_prproxy_sols_purge() 1317 RB_REMOVE(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_prproxy_sols_purge() 1374 soltgt = RB_FIND(prproxy_sols_tree, &pr->ndpr_prproxy_sols, &find); in nd6_solsrc_enq() 1377 VERIFY(!RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_solsrc_enq() 1394 RB_INSERT(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_solsrc_enq() 1434 soltgt = RB_FIND(prproxy_sols_tree, &pr->ndpr_prproxy_sols, &find); in nd6_solsrc_deq()
|
| H A D | nd6_rtr.c | 3024 RB_INIT(&pr->ndpr_prproxy_sols); in ndpr_alloc() 3051 } else if (!RB_EMPTY(&pr->ndpr_prproxy_sols)) { in ndpr_free() 3820 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_onlink_common() 3967 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_offlink()
|
| H A D | nd6.h | 573 struct prproxy_sols_tree ndpr_prproxy_sols; /* tree of proxied NS */ member
|