Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/lib/
H A Dprinttcpflags.c7 printtcpflags(tcpf, tcpfm) in printtcpflags() argument
8 u_32_t tcpf, tcpfm; in printtcpflags()
22 if (tcpfm) {
24 if (tcpfm & ~TCPF_ALL) {
25 PRINTF("0x%x", tcpfm);
28 if (tcpfm & *t)