Home
last modified time | relevance | path

Searched refs:tcpf (Results 1 – 3 of 3) sorted by relevance

/freebsd/sbin/ipf/libipf/
H A Dtcp_flags.c18 uint16_t tcpf = 0, tcpfm = 0; in tcp_flags() local
26 tcpf = strtol(flgs, NULL, 0); in tcp_flags()
28 tcpf = tcpflags(flgs); in tcp_flags()
39 if (tcpf == TH_SYN) in tcp_flags()
45 return (tcpf); in tcp_flags()
H A Dtcpflags.c32 uint16_t tcpf = 0; in tcpflags() local
37 tcpf |= TH_CWR; in tcpflags()
42 tcpf |= flags[t - flagset]; in tcpflags()
45 return (tcpf); in tcpflags()
H A Dprinttcpflags.c5 printtcpflags(u_32_t tcpf, u_32_t tcpfm) in printtcpflags() argument
10 if (tcpf & ~TH_FLAGS) { in printtcpflags()
11 PRINTF("0x%x", tcpf); in printtcpflags()
14 if (tcpf & *t) in printtcpflags()