Home
last modified time | relevance | path

Searched refs:tcp (Results 1 – 7 of 7) sorted by relevance

/busybox-1.35.0/examples/
Dinetd.conf18 echo stream tcp nowait root internal
22 daytime stream tcp nowait root internal
26 time stream tcp nowait root internal
/busybox-1.35.0/networking/
Dtcpudp.c263 bool tcp; in tcpudpsvd_main() local
279 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 …]
/busybox-1.35.0/examples/var_service/inetd/
Dinetd.conf18 telnet stream tcp wait root telnetd telnetd -w10
/busybox-1.35.0/networking/ssl_helper/
DREADME11 $ ssl_helper -d3 3<>/dev/tcp/HOST/PORT
/busybox-1.35.0/networking/ssl_helper-wolfssl/
DREADME21 $ ssl_helper -d3 3<>/dev/tcp/HOST/PORT
/busybox-1.35.0/examples/var_service/fw/
Drun204 doit $ipt -p tcp -m multiport --dports $portlist -j RETURN
206 doit $ipt -p tcp -j REJECT # Anything else isn't ok. REJECT = irc opens faster
/busybox-1.35.0/util-linux/
Dmount.c1284 smallint tcp; in nfsmount() local
1367 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 …]