Home
last modified time | relevance | path

Searched refs:mac_explen (Results 1 – 2 of 2) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dcommand_match.c1007 size_t mac_explen = 6 * 2 + 5; in match_mac() local
1015 if (strlen(word) > mac_explen + (prefix ? mask_len : 0)) in match_mac()
1019 for (i = 0; i < mac_explen; i++) { in match_mac()
1027 if (i < mac_explen && word[i] == '\0') in match_mac()
1029 else if (i < mac_explen) in match_mac()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dcommand_match.c1007 size_t mac_explen = 6 * 2 + 5; in match_mac() local
1015 if (strlen(word) > mac_explen + (prefix ? mask_len : 0)) in match_mac()
1019 for (i = 0; i < mac_explen; i++) { in match_mac()
1027 if (i < mac_explen && word[i] == '\0') in match_mac()
1029 else if (i < mac_explen) in match_mac()