Searched refs:netcat (Results 1 – 14 of 14) sorted by relevance
32 The script uses netcat to talk to the board over UDP. It requires you to41 It turns out that 'netcat' cannot be used to listen to broadcast91 To browse the Linux network console output, use the 'netcat' tool invoked
17 ./toybox netcat -f "$1"
37 for nc in netcat nc ; do
23 outgoing from "curl" to a local netcat, and one incoming received by the "nc"
29 different network namespace than netcat and nginx. In this specific case
20 loopback interface). For demo purposes, I set netcat listening on port
8 NC=$OBJ/netcat
104 netcat pidfile putty.rsa2 ready regress.log remote_pid \
89 "toys/net/netcat.c",350 "netcat",
171 USE_NETCAT(OLDTOY(nc, netcat, TOYFLAG_USR|TOYFLAG_BIN))172 USE_NETCAT(NEWTOY(netcat, USE_NETCAT_LISTEN("^tlL")"w#<1W#<1p#<1>65535q#<1s:f:46u"USE_NETCAT_LISTEN…
1358 struct netcat_data netcat; member
4926 #define TT this.netcat
7180 expose POLLHUP and POLLNVAL for netcat.c
41681 An example of a server side communication using netcat:41692 An example of a client side communication using netcat: