Home
last modified time | relevance | path

Searched refs:nd_router_solicit (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dndp.c42 static void incoming_rs(struct phyint *pi, struct nd_router_solicit *rs,
100 struct nd_router_solicit *rs; in in_data()
197 if (len < sizeof (struct nd_router_solicit)) { in in_data()
203 rs = (struct nd_router_solicit *)icmp; in in_data()
204 if (len > sizeof (struct nd_router_solicit)) { in in_data()
206 len - sizeof (struct nd_router_solicit), pi, &from)) in in_data()
287 incoming_rs(struct phyint *pi, struct nd_router_solicit *rs, int len, in incoming_rs()
294 len -= sizeof (struct nd_router_solicit); in incoming_rs()
H A Dtrace.c34 struct nd_router_solicit *rs, int len, struct sockaddr_in6 *addr) in print_route_sol()
H A Dtables.h309 struct nd_router_solicit *rs, int len,
H A Dmain.c181 struct nd_router_solicit *rs = (struct nd_router_solicit *)packet; in solicit()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_icmp.c687 if (ilen < sizeof (struct nd_router_solicit))
690 (char *)icmp6 + sizeof (struct nd_router_solicit),
691 ilen - sizeof (struct nd_router_solicit));
/illumos-gate/usr/src/uts/common/netinet/
H A Dicmp6.h263 typedef struct nd_router_solicit { /* router solicitation */ struct