Searched refs:tcpfm (Results 1 – 2 of 2) sorted by relevance
18 uint16_t tcpf = 0, tcpfm = 0; in tcp_flags() local33 tcpfm = strtol(s, NULL, 0); in tcp_flags()35 tcpfm = tcpflags(s); in tcp_flags()38 if (!tcpfm) { in tcp_flags()40 tcpfm = TH_FLAGS & ~(TH_ECN|TH_CWR); in tcp_flags()42 tcpfm = TH_FLAGS & ~(TH_ECN); in tcp_flags()44 *mask = tcpfm; in tcp_flags()
5 printtcpflags(u_32_t tcpf, u_32_t tcpfm) in printtcpflags() argument19 if (tcpfm) { in printtcpflags()21 if (tcpfm & ~TH_FLAGS) { in printtcpflags()22 PRINTF("0x%x", tcpfm); in printtcpflags()25 if (tcpfm & *t) in printtcpflags()