Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv6/
Dndisc.c382 struct nd_msg *msg; in ndisc_send_na()
421 msg = (struct nd_msg *) skb_put(skb, len); in ndisc_send_na()
456 struct nd_msg *msg; in ndisc_send_ns()
487 msg = (struct nd_msg *)skb_put(skb, len); in ndisc_send_ns()
603 struct nd_msg *msg = (struct nd_msg *)skb->h.raw; in ndisc_recv_ns()
614 if (skb->len < sizeof(struct nd_msg)) { in ndisc_recv_ns()
807 struct nd_msg *msg = (struct nd_msg *)skb->h.raw; in ndisc_recv_na()
818 if (skb->len < sizeof(struct nd_msg)) { in ndisc_recv_na()
1313 struct nd_msg *msg = (struct nd_msg *) skb->h.raw; in ndisc_rcv()
/linux-2.4.37.9/include/net/
Dndisc.h42 struct nd_msg { struct