Searched refs:report_sock (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/nc/ |
H A D | netcat.c | 142 void report_sock(const char *, const struct sockaddr *, socklen_t, char *); 617 report_sock("Connection received", in main() 634 report_sock("Connection received", in main() 766 report_sock("Bound", NULL, 0, path); in unix_bind() 911 report_sock("Listening", NULL, 0, path); in unix_listen() 1082 report_sock(uflag ? "Bound" : "Listening", in local_listen() 1776 report_sock(const char *msg, const struct sockaddr *sa, socklen_t salen, in report_sock() function
|