Searched refs:off0 (Results 1 – 6 of 6) sorted by relevance
| /trueos/sys/netinet/ |
| HD | tcp_input.c | 454 tcp_signature_verify_input(struct mbuf *m, int off0, int tlen, int optlen, in tcp_signature_verify_input() argument 460 ret = tcp_signature_verify(m, off0, tlen, optlen, to, th, tcpbflag); in tcp_signature_verify_input() 535 tcp_input(struct mbuf *m, int off0) in tcp_input() argument 598 th = (struct tcphdr *)((caddr_t)ip6 + off0); in tcp_input() 599 tlen = sizeof(*ip6) + ntohs(ip6->ip6_plen) - off0; in tcp_input() 608 th->th_sum = in6_cksum(m, IPPROTO_TCP, off0, tlen); in tcp_input() 637 if (off0 > sizeof (struct ip)) { in tcp_input() 639 off0 = sizeof(struct ip); in tcp_input() 649 th = (struct tcphdr *)((caddr_t)ip + off0); in tcp_input() 650 tlen = ntohs(ip->ip_len) - off0; in tcp_input() [all …]
|
| HD | tcp_subr.c | 2188 tcp_signature_verify(struct mbuf *m, int off0, int tlen, int optlen, in tcp_signature_verify() argument 2220 if (tcp_signature_compute(m, off0, tlen, optlen, &tmpdigest[0], in tcp_signature_verify()
|
| /trueos/share/doc/smm/18.net/ |
| HD | spell.ok | 230 off0
|
| /trueos/contrib/gcc/ |
| HD | tree-ssa-loop-ivopts.c | 1794 unsigned HOST_WIDE_INT off0, off1, st; in strip_offset_1() local 1818 op0 = strip_offset_1 (op0, false, false, &off0); in strip_offset_1() 1821 *offset = (code == PLUS_EXPR ? off0 + off1 : off0 - off1); in strip_offset_1() 1858 op0 = strip_offset_1 (op0, inside_addr, top_compref, &off0); in strip_offset_1() 1859 *offset += off0; in strip_offset_1() 1874 op0 = strip_offset_1 (op0, inside_addr, top_compref, &off0); in strip_offset_1() 1875 *offset = off0 + int_cst_value (tmp); in strip_offset_1() 1882 op0 = strip_offset_1 (op0, true, true, &off0); in strip_offset_1() 1883 *offset += off0; in strip_offset_1() 1902 op0 = strip_offset_1 (op0, inside_addr, false, &off0); in strip_offset_1() [all …]
|
| /trueos/sys/netgraph/ |
| HD | ng_parse.c | 1642 ng_parse_skip_value(const char *s, int off0, int *lenp) in ng_parse_skip_value() argument 1645 int off = off0; in ng_parse_skip_value() 1671 *lenp = off - off0; in ng_parse_skip_value()
|
| /trueos/sys/kern/ |
| HD | uipc_mbuf.c | 601 m_copym(struct mbuf *m, int off0, int len, int wait) in m_copym() argument 604 int off = off0; in m_copym() 639 n->m_pkthdr.len -= off0; in m_copym()
|