Lines Matching refs:log_msg

160 static void log_msg(const char *format, ...)  in log_msg()  function
225 log_msg("%s %s:%d\n", in log_address()
234 log_msg("%s [%s]:%d\n", in log_address()
289 log_msg("TCP_MD5SIG_FLAG_IFINDEX set tcpm_ifindex=%d\n", md5sig.tcpm_ifindex); in tcp_md5sig()
291 log_msg("TCP_MD5SIG_FLAG_IFINDEX off\n", md5sig.tcpm_ifindex); in tcp_md5sig()
403 log_msg(" bound to device %s/%d\n", in check_device()
415 log_msg("Device index matches: expected %d have %d\n", in check_device()
710 log_msg("%s address matches expected\n", desc); in expected_addr_match()
934 log_msg(" pktinfo: ifindex %d dest addr %s\n", in get_index_from_cmsg()
1043 log_msg("Sent message:\n"); in send_msg()
1044 log_msg(" %.24s%s\n", msg, msglen > 24 ? " ..." : ""); in send_msg()
1076 log_msg("peer closed connection.\n"); in socket_read_dgram()
1079 log_msg("failed to read message: %d: %s\n", in socket_read_dgram()
1087 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_dgram()
1096 log_msg("Device index matches: expected %d have %d\n", in socket_read_dgram()
1154 log_msg("Sent message:\n"); in socket_read_dgram()
1155 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_dgram()
1171 log_msg("client closed connection.\n"); in socket_read_stream()
1174 log_msg("failed to read message\n"); in socket_read_stream()
1179 log_msg("Incoming message:\n"); in socket_read_stream()
1180 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_stream()
1187 log_msg("Sent message:\n"); in socket_read_stream()
1188 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in socket_read_stream()
1232 log_msg("Sent message:\n"); in stdin_to_socket()
1233 log_msg(" %.24s%s\n", buf, len > 24 ? " ..." : ""); in stdin_to_socket()
1322 log_msg("Going into quiet mode\n"); in msg_loop()
1579 log_msg("Switched server netns\n"); in do_server()
1618 log_msg("waiting for client connection.\n"); in do_server()
1789 log_msg("Switched client netns\n"); in do_client()
1921 log_msg("Server is ready\n"); in ipc_parent()
1924 log_msg("parent is done!\n"); in ipc_parent()