Home
last modified time | relevance | path

Searched defs:netcat_data (Results 1 – 1 of 1) sorted by relevance

/external/toybox/generated/
Dglobals.h265 struct netcat_data { struct
266 char *filename; // -f read from filename instead of network
267 long quit_delay; // -q Exit after EOF from stdin after # seconds.
268 char *source_address; // -s Bind to a specific source address.
269 long port; // -p Bind to a specific source port.
270 long wait; // -w Wait # seconds for a connection.