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

/xnu-2782.1.97/bsd/netinet6/
H A Droute6.c77 route6_input(struct mbuf **mp, int *offp, int proto) argument
83 int off = *offp, rhlen;
119 *offp += rhlen;
H A Ddest6.c57 dest6_input(struct mbuf **mp, int *offp, int proto) argument
61 int off = *offp, dstoptlen, optlen;
102 *offp = off;
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.c241 in6_gif_input(struct mbuf **mp, int *offp, int proto) argument
260 m_adj(m, *offp);
H A Draw_ip6.c150 int *offp,
188 if (in6_cksum(m, ip6->ip6_nxt, *offp,
189 m->m_pkthdr.len - *offp)) {
216 m_adj(n, *offp);
251 m_adj(m, *offp);
265 char *prvnxtp = ip6_get_prevhdr(m, *offp); /* XXX */
148 rip6_input( struct mbuf **mp, int *offp, int proto) argument
H A Dah_input.c595 ah6_input(struct mbuf **mp, int *offp, int proto) argument
599 int off = *offp;
951 *offp = off;
H A Dfrag6.c276 frag6_input(struct mbuf **mp, int *offp, int proto) argument
284 int offset = *offp, nxt, i, next;
793 *offp = offset;
H A Desp_input.c745 esp6_input(struct mbuf **mp, int *offp, int proto) argument
749 int off = *offp;
1211 *offp = off;
H A Dip6_input.c1279 int *offp)
1282 int off = *offp, hbhlen;
1301 *offp = off;
1278 ip6_hopopts_input(uint32_t *plenp, uint32_t *rtalertp, struct mbuf **mp, int *offp) argument
H A Dudp6_usrreq.c242 udp6_input(struct mbuf **mp, int *offp, int proto) argument
251 int off = *offp;
H A Dicmp6.c441 icmp6_input(struct mbuf **mp, int *offp, int proto) argument
448 int off = *offp;
449 int icmp6len = m->m_pkthdr.len - *offp;
902 icmp6_rip6_input(&m, *offp);
/xnu-2782.1.97/bsd/kern/
H A Duipc_mbuf2.c123 * if offp == NULL, the target will start at <retval, 0> on resulting chain.
124 * if offp != NULL, the target will start at <retval, *offp> on resulting chain.
131 m_pulldown(struct mbuf *m, int off, int len, int *offp) argument
243 if ((off == 0 || offp) && len <= n->m_len - off)
304 if ((off == 0 || offp) && M_TRAILINGSPACE(n) >= tlen
311 if ((off == 0 || offp) && M_LEADINGSPACE(n->m_next) >= hlen
365 if (offp)
366 *offp = off;
/xnu-2782.1.97/bsd/netinet/
H A Dip_encap.c269 encap6_input(struct mbuf **mp, int *offp, int proto) argument
299 prio = (*ep->func)(m, *offp, proto, ep->arg);
323 return (*psw->pr_input)(mp, offp, proto);
331 return rip6_input(mp, offp, proto);
H A Dtcp_input.c885 tcp6_input(struct mbuf **mp, int *offp, int proto) argument
892 IP6_EXTHDR_CHECK(m, *offp, sizeof(struct tcphdr), return IPPROTO_DONE);
916 tcp_input(m, *offp);

Completed in 166 milliseconds