Searched refs:nd_router_solicit (Results 1 – 5 of 5) sorted by relevance
247 struct nd_router_solicit { /* router solicitation */ struct
866 struct nd_router_solicit * nd_rs; in ethernet_nd6_frame_populate()873 nd_rs = (struct nd_router_solicit *)(void *)icmp6; in ethernet_nd6_frame_populate()2196 sizeof(struct nd_router_solicit), in validate_mac_nat_icmp6_out()
248 struct nd_router_solicit *nd_rs = NULL; in nd6_rs_input()295 nd_rs = (struct nd_router_solicit *)((caddr_t)ip6 + off); in nd6_rs_input()
824 if (icmp6len < sizeof(struct nd_router_solicit)) { in icmp6_input()
8943 type_length = sizeof(struct nd_router_solicit);