Lines Matching refs:rtnl_log
30 #define rtnl_log(x, ...) macro
50 rtnl_log(LOG_DEBUG, "no registered handler for type %u", type); in call_handler()
63 rtnl_log(LOG_DEBUG, "registering handler for type %u", in rtnl_handler_register()
78 rtnl_log(LOG_DEBUG, "unregistering handler for type %u", in rtnl_handler_unregister()
154 rtnl_log(LOG_NOTICE, "OVERRUN on rtnl socket"); in rtnl_receive()
158 rtnl_log(LOG_ERROR, "EOF on rtnl socket"); in rtnl_receive()
162 rtnl_log(LOG_ERROR, "invalid address size"); in rtnl_receive()
176 rtnl_log(LOG_NOTICE, "NLMSG_DONE"); in rtnl_receive()
183 rtnl_log(LOG_ERROR, "NLMSG_ERROR, errnp=%d", in rtnl_receive()
189 rtnl_log(LOG_NOTICE, "unhandled nlmsg_type %u", in rtnl_receive()
220 rtnl_log(LOG_ERROR, "unable to create rtnetlink socket"); in rtnl_open()
228 rtnl_log(LOG_ERROR, "unable to bind rtnetlink socket"); in rtnl_open()
235 rtnl_log(LOG_ERROR, "cannot gescockname(rtnl_socket)"); in rtnl_open()
240 rtnl_log(LOG_ERROR, "invalid address size %u", addr_len); in rtnl_open()
245 rtnl_log(LOG_ERROR, "invalid AF %u", h->rtnl_local.nl_family); in rtnl_open()