Home | History | Annotate | Download | only in pppd

Lines Matching defs:tcp

1206     /* set tcp compression */
1506 * We don't bring the link up for IP fragments or for TCP FIN packets
1528 u_char *tcp;
1540 tcp = pkt + IP6_HDRLEN;
1541 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)