Searched refs:ndpr_prproxy_sols (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.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() 1373 soltgt = RB_FIND(prproxy_sols_tree, &pr->ndpr_prproxy_sols, &find); in nd6_solsrc_enq() 1376 VERIFY(!RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_solsrc_enq() 1393 RB_INSERT(prproxy_sols_tree, &pr->ndpr_prproxy_sols, soltgt); in nd6_solsrc_enq() 1432 soltgt = RB_FIND(prproxy_sols_tree, &pr->ndpr_prproxy_sols, &find); in nd6_solsrc_deq()
|
| H A D | nd6_rtr.c | 2917 RB_INIT(&pr->ndpr_prproxy_sols); in ndpr_alloc() 2944 } else if (!RB_EMPTY(&pr->ndpr_prproxy_sols)) { in ndpr_free() 3769 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_onlink_common() 3906 VERIFY(RB_EMPTY(&pr->ndpr_prproxy_sols)); in nd6_prefix_offlink()
|
| H A D | nd6.h | 655 struct prproxy_sols_tree ndpr_prproxy_sols; /* tree of proxied NS */ member
|