Searched refs:tcp (Results 1 – 7 of 7) sorted by relevance
18 echo stream tcp nowait root internal22 daytime stream tcp nowait root internal26 time stream tcp nowait root internal
263 bool tcp; in tcpudpsvd_main() local279 tcp = (applet_name[0] == 't'); in tcpudpsvd_main()326 if (!tcp) in tcpudpsvd_main()366 local_port = bb_lookup_port(argv[1], tcp ? "tcp" : "udp", 0); in tcpudpsvd_main()370 sock = xsocket(lsa->u.sa.sa_family, tcp ? SOCK_STREAM : SOCK_DGRAM, 0); in tcpudpsvd_main()374 if (tcp) { in tcpudpsvd_main()417 if (tcp) { in tcpudpsvd_main()430 bb_simple_perror_msg(tcp ? "accept" : "recv"); in tcpudpsvd_main()433 xmove_fd(tcp ? conn : sock, 0); in tcpudpsvd_main()453 if (!tcp) { in tcpudpsvd_main()[all …]
18 telnet stream tcp wait root telnetd telnetd -w10
11 $ ssl_helper -d3 3<>/dev/tcp/HOST/PORT
21 $ ssl_helper -d3 3<>/dev/tcp/HOST/PORT
204 doit $ipt -p tcp -m multiport --dports $portlist -j RETURN206 doit $ipt -p tcp -j REJECT # Anything else isn't ok. REJECT = irc opens faster
1284 smallint tcp; in nfsmount() local1367 tcp = 1; /* nfs-utils uses tcp per default */ in nfsmount()1413 tcp = 1; in nfsmount()1415 tcp = 0; in nfsmount()1541 tcp = val; in nfsmount()1544 tcp = !val; in nfsmount()1564 proto = (tcp) ? IPPROTO_TCP : IPPROTO_UDP; in nfsmount()1574 data.flags |= (tcp ? NFS_MOUNT_TCP : 0); in nfsmount()1589 data.timeo = tcp ? 70 : 7; in nfsmount()1793 if (tcp) { in nfsmount()[all …]