Home
last modified time | relevance | path

Searched refs:ra_msg (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv6/
Dndisc.c896 struct ra_msg *ra_msg = (struct ra_msg *) skb->h.raw; in ndisc_router_discovery() local
904 __u8 * opt = (__u8 *)(ra_msg + 1); in ndisc_router_discovery()
906 optlen = (skb->tail - skb->h.raw) - sizeof(struct ra_msg); in ndisc_router_discovery()
955 (ra_msg->icmph.icmp6_addrconf_managed ? in ndisc_router_discovery()
957 (ra_msg->icmph.icmp6_addrconf_other ? in ndisc_router_discovery()
960 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime); in ndisc_router_discovery()
999 if (ra_msg->icmph.icmp6_hop_limit) in ndisc_router_discovery()
1000 in6_dev->cnf.hop_limit = ra_msg->icmph.icmp6_hop_limit; in ndisc_router_discovery()
1007 unsigned long rtime = ntohl(ra_msg->retrans_timer); in ndisc_router_discovery()
1016 rtime = ntohl(ra_msg->reachable_time); in ndisc_router_discovery()
/linux-2.4.37.9/include/net/
Dndisc.h48 struct ra_msg { struct