Home | Sort by: relevance | last modified time | path |
/src/sys/external/bsd/ipf/netinet/ | |
ip_scan.c | 543 int i, j, rv, dlen, off, thoff; local in function:ipf_scan_packet 562 thoff = TCP_OFF(tcp) << 2; 563 dlen = fin->fin_dlen - thoff; 574 COPYDATA(*(mb_t **)fin->fin_mp, fin->fin_plen - fin->fin_dlen + thoff, |
ip_scan.c | 543 int i, j, rv, dlen, off, thoff; local in function:ipf_scan_packet 562 thoff = TCP_OFF(tcp) << 2; 563 dlen = fin->fin_dlen - thoff; 574 COPYDATA(*(mb_t **)fin->fin_mp, fin->fin_plen - fin->fin_dlen + thoff, |
/src/sys/dist/pf/net/ | |
pf_norm.c | 1882 int thoff; local in function:pf_normalize_tcpopt 1887 thoff = th->th_off << 2; 1888 cnt = thoff - sizeof(struct tcphdr); |
pf_norm.c | 1882 int thoff; local in function:pf_normalize_tcpopt 1887 thoff = th->th_off << 2; 1888 cnt = thoff - sizeof(struct tcphdr); |