Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h922 #define get_ipv(x) ((((unsigned char *)(x))[0] >> 4) & 0xF) macro
H A Dsys-solaris.c1515 if (len < IP_HDRLEN || get_ipv(bp) != 4 || get_iphl(bp) < 5) { in dump_packet()