Lines Matching refs:node_mac
361 struct node_mac *, struct node_mac *,
391 struct node_mac* node_mac_from_string(const char *);
392 struct node_mac* node_mac_from_string_masklen(const char *, int);
393 struct node_mac* node_mac_from_string_mask(const char *, const char *);
438 struct node_mac *src;
439 struct node_mac *dst;
441 struct node_mac *mac;
443 struct node_mac *mac;
3441 struct node_mac *n;
5918 struct node_mac *srcs, struct node_mac *dsts, in expand_eth_rule()
5936 LOOP_THROUGH(struct node_mac, src, srcs, in expand_eth_rule()
5937 LOOP_THROUGH(struct node_mac, dst, dsts, in expand_eth_rule()
5979 FREE_LIST(struct node_mac, srcs); in expand_eth_rule()
5980 FREE_LIST(struct node_mac, dsts); in expand_eth_rule()
7170 struct node_mac*
7173 struct node_mac *m; in node_mac_from_string()
7175 m = calloc(1, sizeof(struct node_mac)); in node_mac_from_string()
7195 struct node_mac*
7198 struct node_mac *m; in node_mac_from_string_masklen()
7216 struct node_mac*
7219 struct node_mac *m; in node_mac_from_string_mask()