HomeSort by: relevance | last modified time | path
    Searched defs:tcpfl (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/npf/npftest/libnpftest/
npf_state_test.c 16 int tcpfl; /* TCP flags. */ member in struct:__anon8545
128 th->th_flags = p->tcpfl;
npf_state_test.c 16 int tcpfl; /* TCP flags. */ member in struct:__anon8545
128 th->th_flags = p->tcpfl;
  /src/sys/net/npf/
npf_state_tcp.c 104 npf_tcpfl2case(const unsigned tcpfl)
127 i = (tcpfl & (TH_SYN | TH_FIN)) | ((tcpfl & TH_ACK) >> 2);
296 const int tcpfl = th->th_flags; local
325 if (tcpfl & TH_SYN) {
328 if (tcpfl & TH_FIN) {
377 if (tcpfl & TH_SYN) {
382 if ((tcpfl & TH_ACK) == 0) {
385 } else if ((tcpfl & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST) && ack == 0) {
390 if (__predict_false(tcpfl & TH_RST))
461 const unsigned tcpfl = th->th_flags, state = nst->nst_state; local
    [all...]
npf_state_tcp.c 104 npf_tcpfl2case(const unsigned tcpfl)
127 i = (tcpfl & (TH_SYN | TH_FIN)) | ((tcpfl & TH_ACK) >> 2);
296 const int tcpfl = th->th_flags; local
325 if (tcpfl & TH_SYN) {
328 if (tcpfl & TH_FIN) {
377 if (tcpfl & TH_SYN) {
382 if ((tcpfl & TH_ACK) == 0) {
385 } else if ((tcpfl & (TH_ACK|TH_RST)) == (TH_ACK|TH_RST) && ack == 0) {
390 if (__predict_false(tcpfl & TH_RST))
461 const unsigned tcpfl = th->th_flags, state = nst->nst_state; local
    [all...]
  /src/external/bsd/ipf/dist/tools/
ipmon.c 83 struct flags tcpfl[] = { variable in typeref:struct:flags
1236 for (i = 0; tcpfl[i].value; i++)
1237 if (tp.th_flags & tcpfl[i].value)
1238 *t++ = tcpfl[i].flag;
ipmon.c 83 struct flags tcpfl[] = { variable in typeref:struct:flags
1236 for (i = 0; tcpfl[i].value; i++)
1237 if (tp.th_flags & tcpfl[i].value)
1238 *t++ = tcpfl[i].flag;

Completed in 73 milliseconds