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.h140 struct node_mac { struct
145 struct node_mac *next; argument
146 struct node_mac *tail; argument
H A Dparse.y381 struct node_mac *, struct node_mac *,
412 struct node_mac* node_mac_from_string(const char *);
413 struct node_mac* node_mac_from_string_masklen(const char *, int);
414 struct node_mac* node_mac_from_string_mask(const char *, const char *);
455 struct node_mac *src;
456 struct node_mac *dst;
458 struct node_mac *mac;
460 struct node_mac *mac;
3557 struct node_mac *n;
6076 struct node_mac *srcs, struct node_mac *dsts, in expand_eth_rule()
[all …]