Searched refs:longest_match (Results 1 – 2 of 2) sorted by relevance
271 uint8_t longest_match = 0U; in net_route_lookup() local274 for (i = 0; i < CONFIG_NET_MAX_ROUTES && longest_match < 128; i++) { in net_route_lookup()287 if (route->prefix_len >= longest_match && in net_route_lookup()292 longest_match = route->prefix_len; in net_route_lookup()
86 size_t longest_match = 0; in fs_get_mnt_point() local100 if ((len < longest_match) || (len > name_len)) { in fs_get_mnt_point()115 longest_match = len; in fs_get_mnt_point()