Home
last modified time | relevance | path

Searched refs:nd_neighbor_solicit (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.41.3/bsd/netinet6/
H A Dnd6_nbr.c268 struct nd_neighbor_solicit *nd_ns = NULL; in nd6_ns_input()
292 nd_ns = (struct nd_neighbor_solicit *)((caddr_t)ip6 + off); in nd6_ns_input()
600 struct nd_neighbor_solicit *nd_ns; in nd6_ns_output()
808 nd_ns = (struct nd_neighbor_solicit *)(ip6 + 1); in nd6_ns_output()
H A Dicmp6.c862 if (icmp6len < sizeof(struct nd_neighbor_solicit)) { in icmp6_input()
/xnu-11215.41.3/bsd/netinet/
H A Dicmp6.h283 struct nd_neighbor_solicit { /* neighbor solicitation */ struct
/xnu-11215.41.3/tests/
H A Dnet_bridge.c824 struct nd_neighbor_solicit * nd_ns; in ethernet_nd6_frame_populate()
835 nd_ns = (struct nd_neighbor_solicit *)(void *)icmp6; in ethernet_nd6_frame_populate()
2190 sizeof(struct nd_neighbor_solicit), in validate_mac_nat_icmp6_out()
/xnu-11215.41.3/bsd/net/
H A Dif_bridge.c8837 struct nd_neighbor_solicit *nd_ns;
8849 nd_ns = (struct nd_neighbor_solicit *)(void *)icmp6;