Searched refs:llinfo_nd6 (Results 1 – 6 of 6) sorted by relevance
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | nd6.h | 77 struct llinfo_nd6 { struct 81 struct llinfo_nd6 *ln_next; argument 82 struct llinfo_nd6 *ln_prev; argument 122 DTRACE_IP2(nd6_state_transition, struct llinfo_nd6 *, (ln), int, (nstate));\ 812 extern struct llinfo_nd6 llinfo_nd6; 929 extern void ln_setexpire(struct llinfo_nd6 *, uint64_t); 938 const struct in6_addr *, struct llinfo_nd6 *, uint8_t *); 945 extern void nd6_llreach_use(struct llinfo_nd6 *); 1000 struct in6_addr *, struct in6_addr *, struct llinfo_nd6 *);
|
| H A D | nd6.c | 166 struct llinfo_nd6 llinfo_nd6 = { variable 167 .ln_next = &llinfo_nd6, 168 .ln_prev = &llinfo_nd6, 206 static struct llinfo_nd6 *nd6_llinfo_alloc(zalloc_flags_t); 212 static uint64_t ln_getexpire(struct llinfo_nd6 *); 244 (_ln)->ln_next = llinfo_nd6.ln_next; \ 245 llinfo_nd6.ln_next = (_ln); \ 246 (_ln)->ln_prev = &llinfo_nd6; \ 252 sizeof(struct llinfo_nd6), ZC_ZFREE_CLEARMEM); 309 static struct llinfo_nd6 * [all …]
|
| H A D | nd6_nbr.c | 179 struct llinfo_nd6 *ln = rt->rt_llinfo; in nd6_llreach_alloc() 240 nd6_llreach_use(struct llinfo_nd6 *ln) in nd6_llreach_use() 576 struct llinfo_nd6 *ln, /* for source address determination */ in nd6_ns_output() 927 struct llinfo_nd6 *ln; in nd6_na_input() 2533 struct llinfo_nd6 *ln = NULL; in nd6_alt_node_present()
|
| H A D | nd6_prproxy.c | 867 struct in6_addr *daddr, struct in6_addr *taddr, struct llinfo_nd6 *ln) in nd6_prproxy_ns_output()
|
| H A D | nd6_rtr.c | 1507 struct llinfo_nd6 *ln = NULL; in defrouter_select() 3053 struct llinfo_nd6 *ln; in find_pfxlist_reachable_router()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/flowswitch/ |
| H A D | fsw_ethernet.c | 299 struct llinfo_nd6 *ln = tgt_rt->rt_llinfo; in fsw_ethernet_resolve()
|