Home | History | Annotate | Download | only in pppd

Lines Matching refs:get_tcpflags

1521 #define get_tcpflags(x)	(((unsigned char *)(x))[13])
1541 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)