Home
last modified time | relevance | path

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.c1515 if (len < IP_HDRLEN || get_ipv(bp) != 4 || get_iphl(bp) < 5) { in dump_packet()
1530 len -= get_iphl(bp) * 4; in dump_packet()
1531 bp += get_iphl(bp) * 4; in dump_packet()
1537 len -= get_iphl(bp) * 4; in dump_packet()
1538 bp += get_iphl(bp) * 4; in dump_packet()
H A Dpppd.h923 #define get_iphl(x) (((unsigned char *)(x))[0] & 0xF) macro
H A Dipcp.c1965 hlen = get_iphl(pkt) * 4;