Home
last modified time | relevance | path

Searched refs:ip6hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ether.c1761 ip6_t *ip6hdr = (ip6_t *)hdr; in ipv6_header_len() local
1770 nxt = ip6hdr->ip6_nxt; in ipv6_header_len()
1771 pptr = (char *)(ip6hdr + 1); in ipv6_header_len()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c205 static int ip6hdr(uintptr_t, uint_t, int, const mdb_arg_t *);
1369 return (ip6hdr(addr, flags, argc, argv)); in iphdr()
1414 ip6hdr(uintptr_t addr, uint_t flags, int argc, const mdb_arg_t *argv) in ip6hdr() function
1931 { "ip6hdr", ":[-vf]", "display an IPv6 header", ip6hdr },