Home | History | Annotate | Download | only in pppd

Lines Matching refs:tcp

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