Lines Matching refs:depth32
2302 match_convert_ipv6_depth(uint32_t depth, uint32_t *depth32) in match_convert_ipv6_depth() argument
2309 depth32[0] = depth; in match_convert_ipv6_depth()
2310 depth32[1] = 0; in match_convert_ipv6_depth()
2311 depth32[2] = 0; in match_convert_ipv6_depth()
2312 depth32[3] = 0; in match_convert_ipv6_depth()
2316 depth32[0] = 32; in match_convert_ipv6_depth()
2317 depth32[1] = depth - 32; in match_convert_ipv6_depth()
2318 depth32[2] = 0; in match_convert_ipv6_depth()
2319 depth32[3] = 0; in match_convert_ipv6_depth()
2323 depth32[0] = 32; in match_convert_ipv6_depth()
2324 depth32[1] = 32; in match_convert_ipv6_depth()
2325 depth32[2] = depth - 64; in match_convert_ipv6_depth()
2326 depth32[3] = 0; in match_convert_ipv6_depth()
2330 depth32[0] = 32; in match_convert_ipv6_depth()
2331 depth32[1] = 32; in match_convert_ipv6_depth()
2332 depth32[2] = 32; in match_convert_ipv6_depth()
2333 depth32[3] = depth - 96; in match_convert_ipv6_depth()
2337 depth32[0] = 32; in match_convert_ipv6_depth()
2338 depth32[1] = 32; in match_convert_ipv6_depth()
2339 depth32[2] = 32; in match_convert_ipv6_depth()
2340 depth32[3] = 32; in match_convert_ipv6_depth()