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.h85 struct pfctl_eth_rule { struct
86 uint32_t nr;
88 char label[PF_RULE_MAX_LABEL_COUNT][PF_RULE_LABEL_SIZE];
89 uint32_t ridentifier;
91 bool quick;
94 char ifname[IFNAMSIZ];
95 uint8_t ifnot;
96 uint8_t direction;
97 uint16_t proto;
98 struct pfctl_eth_addr src, dst;
[all …]