Lines Matching refs:log_msg
158 static void log_msg(const char *format, ...) in log_msg() function
223 log_msg("%s %s:%d\n", in log_address()
232 log_msg("%s [%s]:%d\n", in log_address()
287 log_msg("TCP_MD5SIG_FLAG_IFINDEX set tcpm_ifindex=%d\n", md5sig.tcpm_ifindex); in tcp_md5sig()
289 log_msg("TCP_MD5SIG_FLAG_IFINDEX off\n", md5sig.tcpm_ifindex); in tcp_md5sig()
401 log_msg(" bound to device %s/%d\n", in check_device()
413 log_msg("Device index matches: expected %d have %d\n", in check_device()
696 log_msg("%s address matches expected\n", desc); in expected_addr_match()
920 log_msg(" pktinfo: ifindex %d dest addr %s\n", in get_index_from_cmsg()
1029 log_msg("Sent message:\n"); in send_msg()
1030 log_msg(" %.24s%s\n", msg, msglen > 24 ? " ..." : ""); in send_msg()
1062 log_msg("peer closed connection.\n"); in socket_read_dgram()
1065 log_msg("failed to read message: %d: %s\n", in socket_read_dgram()
1073 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_dgram()
1082 log_msg("Device index matches: expected %d have %d\n", in socket_read_dgram()
1140 log_msg("Sent message:\n"); in socket_read_dgram()
1141 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_dgram()
1157 log_msg("client closed connection.\n"); in socket_read_stream()
1160 log_msg("failed to read message\n"); in socket_read_stream()
1165 log_msg("Incoming message:\n"); in socket_read_stream()
1166 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_stream()
1173 log_msg("Sent message:\n"); in socket_read_stream()
1174 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_stream()
1218 log_msg("Sent message:\n"); in stdin_to_socket()
1219 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in stdin_to_socket()
1308 log_msg("Going into quiet mode\n"); in msg_loop()
1554 log_msg("Switched server netns\n"); in do_server()
1593 log_msg("waiting for client connection.\n"); in do_server()
1761 log_msg("Switched client netns\n"); in do_client()
1893 log_msg("Server is ready\n"); in ipc_parent()
1896 log_msg("parent is done!\n"); in ipc_parent()