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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dndisc.h76 struct ra_msg { struct
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dndisc.c1135 struct ra_msg *ra_msg = (struct ra_msg *)skb_transport_header(skb); local
1144 __u8 * opt = (__u8 *)(ra_msg + 1);
1146 optlen = (skb->tail - skb->transport_header) - sizeof(struct ra_msg);
1210 (ra_msg->icmph.icmp6_addrconf_managed ?
1212 (ra_msg->icmph.icmp6_addrconf_other ?
1218 lifetime = ntohs(ra_msg->icmph.icmp6_rt_lifetime);
1221 pref = ra_msg->icmph.icmp6_router_pref;
1269 if (ra_msg
[all...]

Completed in 50 milliseconds