Home | History | Annotate | Download | only in pppd

Lines Matching refs:get_tcpflags

2288 #define get_tcpflags(x)	(((unsigned char *)(x))[13])
2310 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)