Home
last modified time | relevance | path

Searched defs:pfctl_eth_rule (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libpfctl/
H A Dlibpfctl.h87 struct pfctl_eth_rule { struct
88 uint32_t nr;
90 char label[PF_RULE_MAX_LABEL_COUNT][PF_RULE_LABEL_SIZE];
91 uint32_t ridentifier;
93 bool quick;
96 char ifname[IFNAMSIZ];
97 uint8_t ifnot;
98 uint8_t direction;
99 uint16_t proto;
100 struct pfctl_eth_addr src, dst;
[all …]