Searched refs:encoded_prefixes (Results 1 – 1 of 1) sorted by relevance
443 } encoded_prefixes[] = { variable482 i < sizeof(encoded_prefixes)/sizeof(encoded_prefixes[0]) && in handle_encoded_mac()484 if (encoded_prefixes[i].family != family) in handle_encoded_mac()488 family, (void *)encoded_prefixes[i].data, in handle_encoded_mac()489 min_t(size_t, encoded_prefixes[i].prefix_bits / 8 + in handle_encoded_mac()490 !!(encoded_prefixes[i].prefix_bits % 8), in handle_encoded_mac()491 sizeof(encoded_prefixes[i].data))); in handle_encoded_mac()496 encoded_prefixes[i].prefix_bits); in handle_encoded_mac()504 ret = encoded_prefixes[i].getter(dst, ll_addr); in handle_encoded_mac()