Searched defs:netcat_data (Results 1 – 1 of 1) sorted by relevance
265 struct netcat_data { struct266 char *filename; // -f read from filename instead of network267 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.