Home | History | Annotate | Download | only in pppd

Lines Matching refs:get_tcpoff

1537 #define get_tcpoff(x)	(((unsigned char *)(x))[12] >> 4)
1558 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)