Searched refs:get_iphl (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c1574 if (len < IP_HDRLEN || get_ipv(bp) != 4 || get_iphl(bp) < 5) {
1589 len -= get_iphl(bp) * 4;
1590 bp += get_iphl(bp) * 4;
1596 len -= get_iphl(bp) * 4;
1597 bp += get_iphl(bp) * 4;
H A Dpppd.h916 #define get_iphl(x) (((unsigned char *)(x))[0] & 0xF) macro
H A Dipcp.c1972 hlen = get_iphl(pkt) * 4;

Completed in 74 milliseconds