Searched refs:get_tcpoff (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h928 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro
H A Dipv6cp.c1536 len == IP6_HDRLEN + get_tcpoff(tcp) * 4) {
H A Dsys-solaris.c1598 offs = proto == IPPROTO_TCP ? (get_tcpoff(bp)*4) : 8;
1636 offs = proto == IPPROTO_TCP ? (get_tcpoff(bp)*4) : 8;
H A Dipcp.c1980 hlen += get_tcpoff(tcp) * 4;

Completed in 59 milliseconds