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.c1520 if (get_ip6nh(pkt) == IPPROTO_FRAGMENT) {
1524 if (get_ip6nh(pkt) != IPPROTO_TCP) {
1525 info("IPv6 proto %d from %s->%s is activity", get_ip6nh(pkt), fromstr,
H A Dpppd.h922 #define get_ip6nh(x) (((unsigned char *)(x))[6]) macro
H A Dsys-solaris.c1621 proto = get_ip6nh(bp);

Completed in 56 milliseconds