Searched refs:icmp6len (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dnd6_nbr.c98 int icmp6len)
116 IP6_EXTHDR_CHECK(m, off, icmp6len, return);
119 IP6_EXTHDR_GET(nd_ns, struct nd_neighbor_solicit *, m, off, icmp6len);
159 icmp6len -= sizeof(*nd_ns);
160 nd6_option_init(nd_ns + 1, icmp6len, &ndopts);
351 int icmp6len; local
389 icmp6len = sizeof(*nd_ns);
390 m->m_pkthdr.len = m->m_len = sizeof(*ip6) + icmp6len;
503 icmp6len += optlen;
510 ip6->ip6_plen = htons((u_short)icmp6len);
95 nd6_ns_input( struct mbuf *m, int off, int icmp6len) argument
539 nd6_na_input( struct mbuf *m, int off, int icmp6len) argument
854 int icmp6len; local
[all...]
H A Dicmp6.c375 int icmp6len = m->m_pkthdr.len - *offp; local
389 if (icmp6len < sizeof(struct icmp6_hdr)) {
408 if ((sum = in6_cksum(m, IPPROTO_ICMPV6, off, icmp6len)) != 0) {
602 if (icmp6len < sizeof(struct mld6_hdr))
627 if (icmp6len < sizeof(struct mld6_hdr)) /* necessary? */
645 if (icmp6len < sizeof(struct icmp6_nodeinfo))
678 if (icmp6len < sizeof(struct nd_router_solicit))
688 nd6_rs_input(m, off, icmp6len);
692 nd6_rs_input(n, off, icmp6len);
701 if (icmp6len < sizeo
2231 int icmp6len = ntohs(ip6->ip6_plen); local
[all...]
H A Dnd6_rtr.c141 int icmp6len)
181 IP6_EXTHDR_CHECK(m, off, icmp6len, return);
184 IP6_EXTHDR_GET(nd_rs, struct nd_router_solicit *, m, off, icmp6len);
191 icmp6len -= sizeof(*nd_rs);
192 nd6_option_init(nd_rs + 1, icmp6len, &ndopts);
235 int icmp6len)
273 IP6_EXTHDR_CHECK(m, off, icmp6len, return);
276 IP6_EXTHDR_GET(nd_ra, struct nd_router_advert *, m, off, icmp6len);
283 icmp6len -= sizeof(*nd_ra);
284 nd6_option_init(nd_ra + 1, icmp6len,
138 nd6_rs_input( struct mbuf *m, int off, int icmp6len) argument
232 nd6_ra_input( struct mbuf *m, int off, int icmp6len) argument
[all...]
H A Dnd6.c259 int icmp6len,
265 = (struct nd_opt_hdr *)(((u_char *)opt) + icmp6len);
267 if (icmp6len == 0) {
257 nd6_option_init( void *opt, int icmp6len, union nd_opts *ndopts) argument

Completed in 53 milliseconds