Lines Matching refs:log_msg

157 static void log_msg(const char *format, ...)  in log_msg()  function
222 log_msg("%s %s:%d\n", in log_address()
231 log_msg("%s [%s]:%d\n", in log_address()
286 log_msg("TCP_MD5SIG_FLAG_IFINDEX set tcpm_ifindex=%d\n", md5sig.tcpm_ifindex); in tcp_md5sig()
288 log_msg("TCP_MD5SIG_FLAG_IFINDEX off\n", md5sig.tcpm_ifindex); in tcp_md5sig()
400 log_msg(" bound to device %s/%d\n", in check_device()
412 log_msg("Device index matches: expected %d have %d\n", in check_device()
665 log_msg("%s address matches expected\n", desc); in expected_addr_match()
889 log_msg(" pktinfo: ifindex %d dest addr %s\n", in get_index_from_cmsg()
998 log_msg("Sent message:\n"); in send_msg()
999 log_msg(" %.24s%s\n", msg, msglen > 24 ? " ..." : ""); in send_msg()
1031 log_msg("peer closed connection.\n"); in socket_read_dgram()
1034 log_msg("failed to read message: %d: %s\n", in socket_read_dgram()
1042 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_dgram()
1051 log_msg("Device index matches: expected %d have %d\n", in socket_read_dgram()
1109 log_msg("Sent message:\n"); in socket_read_dgram()
1110 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_dgram()
1126 log_msg("client closed connection.\n"); in socket_read_stream()
1129 log_msg("failed to read message\n"); in socket_read_stream()
1134 log_msg("Incoming message:\n"); in socket_read_stream()
1135 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_stream()
1142 log_msg("Sent message:\n"); in socket_read_stream()
1143 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_stream()
1187 log_msg("Sent message:\n"); in stdin_to_socket()
1188 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in stdin_to_socket()
1277 log_msg("Going into quiet mode\n"); in msg_loop()
1517 log_msg("Switched server netns\n"); in do_server()
1556 log_msg("waiting for client connection.\n"); in do_server()
1721 log_msg("Switched client netns\n"); in do_client()
1853 log_msg("Server is ready\n"); in ipc_parent()
1856 log_msg("parent is done!\n"); in ipc_parent()