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

/freebsd-11-stable/sys/netinet/
H A Dtcp_input.c582 int off0; local
617 off0 = *offp;
636 th = (struct tcphdr *)((caddr_t)ip6 + off0);
637 tlen = sizeof(*ip6) + ntohs(ip6->ip6_plen) - off0;
646 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen);
676 if (off0 > sizeof (struct ip)) {
678 off0 = sizeof(struct ip);
688 th = (struct tcphdr *)((caddr_t)ip + off0);
689 tlen = ntohs(ip->ip_len) - off0;
707 len = off0
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1794 unsigned HOST_WIDE_INT off0, off1, st; local
1818 op0 = strip_offset_1 (op0, false, false, &off0);
1821 *offset = (code == PLUS_EXPR ? off0 + off1 : off0 - off1);
1858 op0 = strip_offset_1 (op0, inside_addr, top_compref, &off0);
1859 *offset += off0;
1874 op0 = strip_offset_1 (op0, inside_addr, top_compref, &off0);
1875 *offset = off0 + int_cst_value (tmp);
1882 op0 = strip_offset_1 (op0, true, true, &off0);
1883 *offset += off0;
[all...]
/freebsd-11-stable/sys/netgraph/
H A Dng_parse.c1644 ng_parse_skip_value(const char *s, int off0, int *lenp) argument
1647 int off = off0;
1673 *lenp = off - off0;
/freebsd-11-stable/sys/kern/
H A Duipc_mbuf.c442 * Make a copy of an mbuf chain starting "off0" bytes from the beginning,
449 m_copym(struct mbuf *m, int off0, int len, int wait) argument
452 int off = off0;
487 n->m_pkthdr.len -= off0;

Completed in 188 milliseconds