Searched refs:ip6_opt (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/network/stress/dns/ |
D | dns-stress.sh | 62 ip6_opt= 63 [ "$TST_IPV6" ] && ip6_opt="listen-on-v6 { any; };" 73 $ip6_opt
|
/external/bcc/src/lua/bpf/ |
D | proto.lua | 292 M.ip6_opt = function (...) return dissector(ffi.typeof('struct ip6_opt_t'), ...) end function 335 ip6_opt = function(e, dst) next_skip(e, dst, ffi.sizeof('struct ip6_t'), 0) end, function 346 ip6_opt = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), ip6_opt_ext_len_off) end, function
|