Home
last modified time | relevance | path

Searched defs:ip6_opt (Results 1 – 1 of 1) sorted by relevance

/external/bcc/src/lua/bpf/
Dproto.lua292 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