Searched refs:nd_router_solicit (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/ |
H A D | ndp.c | 42 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 D | trace.c | 36 struct nd_router_solicit *rs, int len, struct sockaddr_in6 *addr) in print_route_sol()
|
H A D | tables.h | 309 struct nd_router_solicit *rs, int len,
|
H A D | main.c | 180 struct nd_router_solicit *rs = (struct nd_router_solicit *)packet; in solicit()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_icmp.c | 687 if (ilen < sizeof (struct nd_router_solicit)) 690 (char *)icmp6 + sizeof (struct nd_router_solicit), 691 ilen - sizeof (struct nd_router_solicit));
|
/titanic_50/usr/src/uts/common/netinet/ |
H A D | icmp6.h | 263 typedef struct nd_router_solicit { /* router solicitation */ struct
|