Lines Matching refs:get_u32
54 return get_u32(handle, str, 16); in get_u32_handle()
241 if (get_u32(&key, *argv, 0)) in parse_u32()
245 if (get_u32(&mask, *argv, 16)) in parse_u32()
273 if (get_u32(&key, *argv, 0)) in parse_u16()
277 if (get_u32(&mask, *argv, 16)) in parse_u16()
304 if (get_u32(&key, *argv, 0)) in parse_u8()
308 if (get_u32(&mask, *argv, 16)) in parse_u8()
422 if (get_u32(&key, *argv, 0)) in parse_ip6_class()
426 if (get_u32(&mask, *argv, 16)) in parse_ip6_class()
671 if (get_u32(&mark.val, *argv, 0)) { in parse_mark()
677 if (get_u32(&mark.mask, *argv, 0)) { in parse_mark()
1057 if (get_u32(&order, *argv, 0)) { in u32_parse_opt()