HomeSort by relevance Sort by last modified time
    Searched refs:ip6_opt (Results 1 - 3 of 3) sorted by null

  /external/ltp/testcases/network/stress/dns/
dns-stress 62 ip6_opt=
63 [ "$TST_IPV6" ] && ip6_opt="listen-on-v6 { any; };"
73 $ip6_opt
  /bionic/libc/include/netinet/
ip6.h 160 struct ip6_opt { struct
  /external/bcc/src/lua/bpf/
proto.lua 292 M.ip6_opt = function (...) return dissector(ffi.typeof('struct ip6_opt_t'), ...) end
335 ip6_opt = function(e, dst) next_skip(e, dst, ffi.sizeof('struct ip6_t'), 0) end,
346 ip6_opt = function(e, dst) next_offset(e, dst, ffi.typeof('uint8_t'), ip6_opt_ext_len_off) end,

Completed in 295 milliseconds