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.h142 struct node_mac { struct
147 struct node_mac *next; argument
148 struct node_mac *tail; argument
H A Dparse.y391 struct node_mac *, struct node_mac *,
430 struct node_mac* node_mac_from_string(const char *);
431 struct node_mac* node_mac_from_string_masklen(const char *, int);
432 struct node_mac* node_mac_from_string_mask(const char *, const char *);
473 struct node_mac *src;
474 struct node_mac *dst;
476 struct node_mac *mac;
478 struct node_mac *mac;
3483 struct node_mac *n;
5983 struct node_mac *srcs, struct node_mac *dsts, in expand_eth_rule()
[all …]