Home
last modified time | relevance | path

Searched defs:nd_prefix (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.101.4/bsd/netinet6/
H A Dnd6.h627 struct nd_prefix { struct
634 LIST_ENTRY(nd_prefix) ndpr_entry; argument
656 void (*ndpr_trace)(struct nd_prefix *, int); /* trace callback fn */ argument
H A Dnd6.c176 struct nd_prhead nd_prefix = { .lh_first = 0 }; variable