Home
last modified time | relevance | path

Searched refs:off0 (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/netinet/
H A Dtcp_input.c622 int off0; in tcp_input() local
658 off0 = *offp; in tcp_input()
707 if (off0 > sizeof (struct ip)) { in tcp_input()
709 off0 = sizeof(struct ip); in tcp_input()
719 th = (struct tcphdr *)((caddr_t)ip + off0); in tcp_input()
720 tlen = ntohs(ip->ip_len) - off0; in tcp_input()
738 len = off0 + tlen; in tcp_input()
750 ip->ip_hl = off0 >> 2; in tcp_input()
773 if (m->m_len < off0 + off) { in tcp_input()
774 m = m_pullup(m, off0 + off); in tcp_input()
[all …]
H A Dtcp_output.c1911 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen, in tcp_m_copym() argument
1920 int32_t off = off0; in tcp_m_copym()
2042 n->m_pkthdr.len -= off0; in tcp_m_copym()
H A Dtcp_var.h1069 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen,
/f-stack/freebsd/netgraph/
H A Dng_parse.c1641 ng_parse_skip_value(const char *s, int off0, int *lenp) in ng_parse_skip_value() argument
1644 int off = off0; in ng_parse_skip_value()
1670 *lenp = off - off0; in ng_parse_skip_value()
/f-stack/freebsd/kern/
H A Duipc_mbuf.c493 m_copym(struct mbuf *m, int off0, int len, int wait) in m_copym() argument
496 int off = off0; in m_copym()
531 n->m_pkthdr.len -= off0; in m_copym()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h1069 tcp_m_copym(struct mbuf *m, int32_t off0, int32_t *plen,