Searched refs:nd_router_solicit (Results 1 – 6 of 6) sorted by relevance
| /freebsd-11-stable/usr.sbin/rtsold/ |
| HD | rtsold.c | 515 size_t packlen = sizeof(struct nd_router_solicit), lladdroptlen = 0; in make_packet() 516 struct nd_router_solicit *rs; in make_packet() 536 rs = (struct nd_router_solicit *)buf; in make_packet()
|
| /freebsd-11-stable/usr.sbin/rtadvd/ |
| HD | rtadvd.c | 154 static void rs_input(int, struct nd_router_solicit *, 824 if ((size_t)i < sizeof(struct nd_router_solicit)) { in rtadvd_input() 833 rs_input(i, (struct nd_router_solicit *)icp, pi, &rcvfrom); in rtadvd_input() 904 rs_input(int len, struct nd_router_solicit *rs, in rs_input() 924 len - sizeof(struct nd_router_solicit), in rs_input()
|
| /freebsd-11-stable/sys/netinet6/ |
| HD | nd6_rtr.c | 126 struct nd_router_solicit *nd_rs; in nd6_rs_input() 162 nd_rs = (struct nd_router_solicit *)((caddr_t)ip6 + off); in nd6_rs_input() 164 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len); in nd6_rs_input()
|
| HD | icmp6.c | 734 if (icmp6len < sizeof(struct nd_router_solicit)) in icmp6_input()
|
| /freebsd-11-stable/sys/netinet/ |
| HD | icmp6.h | 208 struct nd_router_solicit { /* router solicitation */ struct
|
| /freebsd-11-stable/contrib/tcpdump/ |
| HD | print-icmp6.c | 196 struct nd_router_solicit { /* router solicitation */ struct
|