Searched refs:tcpf (Results 1 – 3 of 3) sorted by relevance
18 uint16_t tcpf = 0, tcpfm = 0; in tcp_flags() local26 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()
32 uint16_t tcpf = 0; in tcpflags() local37 tcpf |= TH_CWR; in tcpflags()42 tcpf |= flags[t - flagset]; in tcpflags()45 return (tcpf); in tcpflags()
5 printtcpflags(u_32_t tcpf, u_32_t tcpfm) in printtcpflags() argument10 if (tcpf & ~TH_FLAGS) { in printtcpflags()11 PRINTF("0x%x", tcpf); in printtcpflags()14 if (tcpf & *t) in printtcpflags()