Home
last modified time | relevance | path

Searched refs:TH_PUSH (Results 1 – 13 of 13) sorted by relevance

/dragonfly/contrib/tcpdump/
HDprint-cnfp.c233 flags & TH_PUSH ? "P" : "", in cnfp_v1_print()
335 flags & TH_PUSH ? "P" : "", in cnfp_v5_print()
437 flags & TH_PUSH ? "P" : "", in cnfp_v6_print()
HDtcp.h58 #define TH_PUSH 0x08 macro
HDprint-tcp.c108 { TH_PUSH, "P" },
/dragonfly/sys/net/ppp_layer/
HDslcompress.c360 if (th->th_flags & TH_PUSH) in sl_compress_tcp()
527 th->th_flags |= TH_PUSH; in sl_uncompress_tcp_core()
529 th->th_flags &=~ TH_PUSH; in sl_uncompress_tcp_core()
/dragonfly/usr.sbin/ppp/
HDslcompress.c355 if (th->th_flags & TH_PUSH) in sl_compress_tcp()
490 th->th_flags |= TH_PUSH; in sl_uncompress_tcp()
492 th->th_flags &= ~TH_PUSH; in sl_uncompress_tcp()
/dragonfly/sys/netinet/
HDtcp.h70 #define TH_PUSH 0x08 macro
HDtcp_output.c931 flags |= TH_PUSH; in tcp_output()
HDtcp_input.c1894 thflags &= ~(TH_PUSH | TH_FIN); in tcp_input()
/dragonfly/sys/net/ip6fw/
HDip6_fw.h207 #define IPV6_FW_TCPF_PSH TH_PUSH
/dragonfly/usr.sbin/trpt/
HDtrpt.c396 pf(TH_PUSH, "PUSH"); in tcp_trace()
/dragonfly/sys/net/pf/
HDpf_norm.c1361 if ((flags & TH_FIN) || (flags & TH_PUSH) || (flags & TH_URG)) in pf_normalize_tcp()
HDpf.c1793 if (f & TH_PUSH) in pf_print_flags()
/dragonfly/sbin/ipfw/
HDipfw2.c92 { "psh", TH_PUSH },