Home
last modified time | relevance | path

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

/freebsd/sbin/pfctl/
H A Dpfctl_parser.h166 struct node_mac { struct
171 struct node_mac *next; argument
172 struct node_mac *tail; argument
H A Dparse.y446 struct node_mac *, struct node_mac *,
487 struct node_mac* node_mac_from_string(const char *);
488 struct node_mac* node_mac_from_string_masklen(const char *, int);
489 struct node_mac* node_mac_from_string_mask(const char *, const char *);
531 struct node_mac *src;
532 struct node_mac *dst;
534 struct node_mac *mac;
536 struct node_mac *mac;
3961 struct node_mac *n;
6498 struct node_mac *srcs, struct node_mac *dsts, in expand_eth_rule()
[all …]