/src/usr.sbin/npf/npftest/ |
npfstream.c | 43 unsigned hlen, tcpdlen; local in function:process_tcpip 59 tcpdlen = ntohs(ip->ip_len) - hlen - (th->th_off << 2); 61 tcpdlen++; 64 tcpdlen++; 84 tcpdlen, ntohs(th->th_win), (uintptr_t)result[0]);
|
/src/sys/net/npf/ |
npf_sendpkt.c | 100 int tcpdlen, len; local in function:npf_return_tcp 106 tcpdlen = npf_tcpsaw(npc, &seq, &ack, &win); 172 tcpdlen++; 174 th->th_ack = htonl(seq + tcpdlen);
|
npf_state_tcp.c | 298 int tcpdlen, ackskew; local in function:npf_tcp_inwindow 323 tcpdlen = npf_tcpsaw(__UNCONST(npc), &seq, &ack, &win); 324 end = seq + tcpdlen;
|