Lines Matching refs:node_mac
446 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()
6516 LOOP_THROUGH(struct node_mac, src, srcs, in expand_eth_rule()
6517 LOOP_THROUGH(struct node_mac, dst, dsts, in expand_eth_rule()
6559 FREE_LIST(struct node_mac, srcs); in expand_eth_rule()
6560 FREE_LIST(struct node_mac, dsts); in expand_eth_rule()
8155 struct node_mac*
8158 struct node_mac *m; in node_mac_from_string()
8160 m = calloc(1, sizeof(struct node_mac)); in node_mac_from_string()
8180 struct node_mac*
8183 struct node_mac *m; in node_mac_from_string_masklen()
8201 struct node_mac*
8204 struct node_mac *m; in node_mac_from_string_mask()