Searched refs:nd_router_solicit (Results 1 – 6 of 6) sorted by relevance
| /trueos/usr.sbin/rtsold/ |
| HD | rtsold.c | 574 size_t packlen = sizeof(struct nd_router_solicit), lladdroptlen = 0; in make_packet() 575 struct nd_router_solicit *rs; in make_packet() 595 rs = (struct nd_router_solicit *)buf; in make_packet()
|
| /trueos/usr.sbin/rtadvd/ |
| HD | rtadvd.c | 155 static void rs_input(int, struct nd_router_solicit *, 833 if ((size_t)i < sizeof(struct nd_router_solicit)) { in rtadvd_input() 842 rs_input(i, (struct nd_router_solicit *)icp, pi, &rcvfrom); in rtadvd_input() 913 rs_input(int len, struct nd_router_solicit *rs, in rs_input() 933 len - sizeof(struct nd_router_solicit), in rs_input()
|
| /trueos/contrib/tcpdump/ |
| HD | icmp6.h | 188 struct nd_router_solicit { /* router solicitation */ struct
|
| /trueos/sys/netinet6/ |
| HD | nd6_rtr.c | 126 struct nd_router_solicit *nd_rs; in nd6_rs_input() 158 nd_rs = (struct nd_router_solicit *)((caddr_t)ip6 + off); in nd6_rs_input() 160 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len); in nd6_rs_input()
|
| HD | icmp6.c | 747 if (icmp6len < sizeof(struct nd_router_solicit)) in icmp6_input()
|
| /trueos/sys/netinet/ |
| HD | icmp6.h | 205 struct nd_router_solicit { /* router solicitation */ struct
|