Searched refs:LIST_PROTO (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.sbin/npf/npfctl/
H A Dnpf_show.c63 LIST_PROTO = 0, LIST_SADDR, LIST_DADDR, LIST_SPORT, LIST_DPORT, enumerator in enum:__anon118
326 { BM_IPVER, "family %s", LIST_PROTO, print_family, 1 },
327 { BM_PROTO, "proto %s", LIST_PROTO, print_proto, 1 },
328 { BM_TCPFL, "flags %s", LIST_PROTO, print_tcpflags, 2 },
329 { BM_ICMP_TYPE, "icmp-type %s", LIST_PROTO, print_number, 1 },
330 { BM_ICMP_CODE, "code %s", LIST_PROTO, print_number, 1 },
419 elem_list_t *list = &ctx->list[LIST_PROTO];

Completed in 62 milliseconds