Searched refs:offp (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet6/
H A Ddest6.c57 dest6_input(struct mbuf **mp, int *offp, int proto) argument
61 int off = *offp, dstoptlen, optlen;
114 *offp = off;
H A Droute6.c85 route6_input(struct mbuf **mp, int *offp, int proto) argument
91 int off = *offp, rhlen;
166 *offp += rhlen;
H A Dipcomp_input.c246 ipcomp6_input(struct mbuf **mp, int *offp, int proto) argument
262 off = *offp;
343 *offp = off;
H A Din6_gif.c251 int in6_gif_input(struct mbuf **mp, int *offp, int proto) argument
270 m_adj(m, *offp);
H A Draw_ip6.c151 int *offp,
184 if (in6_cksum(m, ip6->ip6_nxt, *offp,
185 m->m_pkthdr.len - *offp)) {
216 m_adj(n, *offp);
255 m_adj(m, *offp);
269 char *prvnxtp = ip6_get_prevhdr(m, *offp); /* XXX */
149 rip6_input( struct mbuf **mp, int *offp, int proto) argument
H A Dfrag6.c164 frag6_input(struct mbuf **mp, int *offp, int proto) argument
172 int offset = *offp, nxt, i, next;
622 *offp = offset;
H A Dudp6_usrreq.c202 int *offp,
212 int off = *offp;
200 udp6_input( struct mbuf **mp, int *offp, int proto) argument
H A Dip6_mroute.c1681 pim6_input(struct mbuf **mp, int *offp, int proto) argument
1688 int off = *offp;
1696 pimlen = m->m_pkthdr.len - *offp;
1917 rip6_input(&m, offp);
H A Dah_input.c621 ah6_input(struct mbuf **mp, int *offp, int proto) argument
625 int off = *offp;
1002 *offp = off;
H A Desp_input.c722 esp6_input(struct mbuf **mp, int *offp, int proto) argument
726 int off = *offp;
1164 *offp = off;
H A Dip6_input.c1248 int *offp)
1251 int off = *offp, hbhlen;
1286 *offp = off;
1247 ip6_hopopts_input(uint32_t *plenp, uint32_t *rtalertp, struct mbuf **mp, int *offp) argument
H A Dicmp6.c430 icmp6_input(struct mbuf **mp, int *offp, int proto) argument
437 int off = *offp;
438 int icmp6len = m->m_pkthdr.len - *offp;
938 icmp6_rip6_input(&m, *offp);
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf2.c122 * if offp == NULL, the target will start at <retval, 0> on resulting chain.
123 * if offp != NULL, the target will start at <retval, *offp> on resulting chain.
130 m_pulldown(struct mbuf *m, int off, int len, int *offp) argument
242 if ((off == 0 || offp) && len <= n->m_len - off)
303 if ((off == 0 || offp) && M_TRAILINGSPACE(n) >= tlen
310 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen
364 if (offp)
365 *offp = off;
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_encap.c266 encap6_input(struct mbuf **mp, int *offp, int proto) argument
296 prio = (*ep->func)(m, *offp, proto, ep->arg);
320 return (*psw->pr_input)(mp, offp, proto);
328 return rip6_input(mp, offp, proto);
H A Dtcp_input.c761 tcp6_input(struct mbuf **mp, int *offp, int proto) argument
768 IP6_EXTHDR_CHECK(m, *offp, sizeof(struct tcphdr), return IPPROTO_DONE);
799 tcp_input(m, *offp);

Completed in 121 milliseconds