Home | History | Annotate | Download | only in pppd

Lines Matching defs:tcp

181       "Nameserver for SMB over TCP/IP for peer" },
1842 /* set tcp compression */
2267 * We don't bring the link up for IP fragments or for TCP FIN packets
2295 u_char *tcp;
2309 tcp = pkt + hlen;
2310 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)