Home
last modified time | relevance | path

Searched refs:get_ip6nh (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c1516 if (get_ip6nh(pkt) == IPPROTO_FRAGMENT) {
1520 if (get_ip6nh(pkt) != IPPROTO_TCP) {
1521 info("IPv6 proto %d from %s->%s is activity", get_ip6nh(pkt), fromstr,
H A Dpppd.h929 #define get_ip6nh(x) (((unsigned char *)(x))[6]) macro
H A Dsys-solaris.c1562 proto = get_ip6nh(bp); in dump_packet()