Searched refs:TH_PUSH (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/lib/
H A Dflags.c24 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
H A Dprintpacket.c96 if (tcp->th_flags & TH_PUSH)
H A Dipft_tx.c29 static u_char myflags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH,
/netbsd-current/external/bsd/tcpdump/dist/
H A Dtcp.h54 #define TH_PUSH 0x08 macro
H A Dprint-cnfp.c233 flags & TH_PUSH ? "P" : "",
335 flags & TH_PUSH ? "P" : "",
437 flags & TH_PUSH ? "P" : "",
H A Dprint-tcp.c110 { TH_PUSH, "P" },
/netbsd-current/external/bsd/ipf/dist/ipsd/Celler/
H A Dip_compat.h60 #ifndef TH_PUSH
61 # define TH_PUSH 0x08 macro
/netbsd-current/sys/netinet/
H A Dtcp.h67 #define TH_PUSH 0x08 /* Push: Immediately send, don't buffer seg */ macro
H A Dtcp_input.c292 (tcp_ack_on_push && th->th_flags & TH_PUSH))
1100 tiflags &= ~(TH_PUSH|TH_FIN);
2321 tiflags &= ~(TH_PUSH|TH_FIN);
H A Dtcp_output.c1244 flags |= TH_PUSH;
/netbsd-current/sys/net/
H A Dslcompress.c374 if (th->th_flags & TH_PUSH)
550 th->th_flags |= TH_PUSH;
552 th->th_flags &=~ TH_PUSH;
/netbsd-current/external/bsd/ipf/dist/ipsend/
H A Dipsend.c415 tcp->th_flags |= TH_PUSH;
H A Diptests.c980 for (i = 0; i <= (TH_URG|TH_ACK|TH_PUSH|TH_RST|TH_SYN|TH_FIN);
/netbsd-current/sys/external/bsd/ipf/netinet/
H A Dip_compat.h818 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
1125 #ifndef TH_PUSH
1126 # define TH_PUSH 0x08 macro
H A Dfil.c1395 ((flags & (TH_URG|TH_PUSH)) != 0)) {
1424 } else if ((flags & (TH_URG|TH_PUSH|TH_FIN)) != 0) {
H A Dip_state.c3977 if (!(tcpflags & TH_PUSH) && !dlen)
/netbsd-current/usr.sbin/trpt/
H A Dtrpt.c489 pf(TH_PUSH, "PUSH");
/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_data.c478 case 'P': tfl |= TH_PUSH; break;
H A Dnpf_show.c168 if (tfl & TH_PUSH) buf[i++] = 'P';
/netbsd-current/sys/kern/
H A Duipc_mbufdebug.c824 if (tcp.th_flags & TH_PUSH)
/netbsd-current/external/bsd/ipf/dist/iplang/
H A Diplang_y.y1113 static int flagv[] = { TH_ACK, TH_SYN, TH_URG, TH_RST, TH_PUSH,
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon.c89 { TH_PUSH,'P' },
/netbsd-current/sys/dist/pf/net/
H A Dpf_norm.c1344 if ((flags & TH_FIN) || (flags & TH_PUSH) || (flags & TH_URG))
H A Dpf.c1309 if (f & TH_PUSH)

Completed in 240 milliseconds