Lines Matching refs:node_mac
390 struct node_mac *, struct node_mac *,
429 struct node_mac* node_mac_from_string(const char *);
430 struct node_mac* node_mac_from_string_masklen(const char *, int);
431 struct node_mac* node_mac_from_string_mask(const char *, const char *);
472 struct node_mac *src;
473 struct node_mac *dst;
475 struct node_mac *mac;
477 struct node_mac *mac;
3477 struct node_mac *n;
5969 struct node_mac *srcs, struct node_mac *dsts, in expand_eth_rule()
5987 LOOP_THROUGH(struct node_mac, src, srcs, in expand_eth_rule()
5988 LOOP_THROUGH(struct node_mac, dst, dsts, in expand_eth_rule()
6030 FREE_LIST(struct node_mac, srcs); in expand_eth_rule()
6031 FREE_LIST(struct node_mac, dsts); in expand_eth_rule()
7559 struct node_mac*
7562 struct node_mac *m; in node_mac_from_string()
7564 m = calloc(1, sizeof(struct node_mac)); in node_mac_from_string()
7584 struct node_mac*
7587 struct node_mac *m; in node_mac_from_string_masklen()
7605 struct node_mac*
7608 struct node_mac *m; in node_mac_from_string_mask()