Home
last modified time | relevance | path

Searched refs:TH_URG (Results 1 – 24 of 24) sorted by relevance

/freebsd-14-stable/sbin/ipf/libipf/
HDflags.c23 u_char flags[] = { TH_FIN, TH_SYN, TH_RST, TH_PUSH, TH_ACK, TH_URG,
HDipft_tx.c29 TH_ACK, TH_URG, TH_ECN, TH_CWR };
280 if (tcp->th_flags & TH_URG) in parseline()
451 if (tcp->th_flags & TH_URG) in parseipv6()
HDprintpacket.c97 if (tcp->th_flags & TH_URG) in printpacket()
/freebsd-14-stable/contrib/tcpdump/
HDprint-cnfp.c233 flags & TH_URG ? "U" : "", in cnfp_v1_print()
335 flags & TH_URG ? "U" : "", in cnfp_v5_print()
437 flags & TH_URG ? "U" : "", in cnfp_v6_print()
HDtcp.h60 #define TH_URG 0x20 macro
HDprint-tcp.c110 { TH_URG, "U" },
434 if (flags & TH_URG) in tcp_print()
/freebsd-14-stable/sys/netinet/
HDtcp.h70 #define TH_URG 0x20 macro
77 #define TH_FLAGS (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|TH_ECE|TH_CWR)
HDtcp_input.c1753 (thflags & (TH_SYN|TH_FIN|TH_RST|TH_URG|TH_ACK)) == TH_ACK && in tcp_do_segment()
2273 thflags &= ~TH_URG; in tcp_do_segment()
2318 thflags &= ~TH_URG; in tcp_do_segment()
3119 if ((thflags & TH_URG) && th->th_urp && in tcp_do_segment()
3130 thflags &= ~TH_URG; /* XXX */ in tcp_do_segment()
HDtcp_output.c1319 th->th_flags |= TH_URG; in tcp_default_output()
/freebsd-14-stable/sys/net/
HDslcompress.c276 if (th->th_flags & TH_URG) { in sl_compress_tcp()
541 th->th_flags |= TH_URG; in sl_uncompress_tcp_core()
544 th->th_flags &=~ TH_URG; in sl_uncompress_tcp_core()
/freebsd-14-stable/usr.sbin/ppp/
HDslcompress.c288 if (th->th_flags & TH_URG) { in sl_compress_tcp()
527 th->th_flags |= TH_URG; in sl_uncompress_tcp()
530 th->th_flags &= ~TH_URG; in sl_uncompress_tcp()
/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_compat.h706 #define TCPF_ALL (TH_FIN|TH_SYN|TH_RST|TH_PUSH|TH_ACK|TH_URG|\
838 #ifndef TH_URG
839 # define TH_URG 0x20 macro
HDfil.c1345 if ((flags & TH_URG) != 0 && (tcp->th_urp == 0)) { in ipf_pr_tcpcommon()
1347 DT3(ipf_fi_bad_th_urg, fr_info_t*, fin, u_int, (flags & TH_URG), u_int, tcp->th_urp); in ipf_pr_tcpcommon()
1349 } else if ((flags & TH_URG) == 0 && (tcp->th_urp != 0)) { in ipf_pr_tcpcommon()
1355 DT3(ipf_fi_bad_th_urg0, fr_info_t *, fin, u_int, (flags & TH_URG), u_int, tcp->th_urp); in ipf_pr_tcpcommon()
1364 ((flags & (TH_URG|TH_PUSH)) != 0)) { in ipf_pr_tcpcommon()
1393 } else if ((flags & (TH_URG|TH_PUSH|TH_FIN)) != 0) { in ipf_pr_tcpcommon()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack_bbr_common.c575 thflags &= ~TH_URG; in _ctf_drop_checks()
620 thflags &= ~TH_URG; in _ctf_drop_checks()
HDbbr.c9192 __predict_true((thflags & (TH_SYN | TH_FIN | TH_RST | TH_URG | TH_ACK)) == TH_ACK) && in bbr_do_established()
/freebsd-14-stable/sbin/ipf/ipsend/
HDipsend.c387 tcp->th_flags |= TH_URG; in main()
HDiptests.c931 for (i = 0; i <= (TH_URG|TH_ACK|TH_PUSH|TH_RST|TH_SYN|TH_FIN); in ip_test5()
1099 t->th_flags = TH_ACK|TH_URG; in ip_test5()
1118 t->th_flags &= ~TH_URG; in ip_test5()
/freebsd-14-stable/sys/dev/sfxge/
HDsfxge_tx.c862 KASSERT(!(th->th_flags & (TH_URG | TH_SYN)), in sfxge_parse_tx_packet()
864 th->th_flags & (TH_URG | TH_SYN))); in sfxge_parse_tx_packet()
1120 KASSERT(!(th->th_flags & (TH_URG | TH_SYN)), in tso_start()
1122 th->th_flags & (TH_URG | TH_SYN))); in tso_start()
HDsfxge_rx.c548 | (th->th_flags & (TH_URG | TH_SYN | TH_RST | TH_FIN))); in sfxge_lro_try_merge()
/freebsd-14-stable/sys/netpfil/pf/
HDpf_norm.c1456 if ((flags & TH_FIN) || (flags & TH_PUSH) || (flags & TH_URG)) in pf_normalize_tcp()
1478 if (!(flags & TH_URG) && th->th_urp) { in pf_normalize_tcp()
HDpf.c2735 if (f & TH_URG) in pf_print_flags()
/freebsd-14-stable/sbin/ipf/iplang/
HDiplang_y.y1049 static int flagv[] = { TH_ACK, TH_SYN, TH_URG, TH_RST, TH_PUSH, in set_tcpflags()
/freebsd-14-stable/sbin/ipf/ipmon/
HDipmon.c81 { TH_URG, 'U' },
/freebsd-14-stable/sbin/ipfw/
HDipfw2.c128 { "urg", TH_URG },