Searched refs:RLOG_ERRNO (Results 1 – 2 of 2) sorted by relevance
194 RLOG_ERRNO("unable to open interface %s", ifname); in iface_open()249 RLOG_ERRNO("socket"); in iface_turn_up()255 RLOG_ERRNO("ioctl(SIOCGIFFLAGS)"); in iface_turn_up()262 RLOG_ERRNO("ioctl(SIOSGIFFLAGS)"); in iface_turn_up()287 RLOG_ERRNO("ioctl(SIOCGIFINFO_IN6)"); in iface_enable_ipv6()294 RLOG_ERRNO("ioctl(SIOCSIFINFO_IN6)"); in iface_enable_ipv6()379 RLOG_ERRNO("jail %s attach failed: ret=%d", vnet_name, errno); in vnet_switch()605 RLOG_ERRNO("inet_ntop() failed: ret=%d", error); in sa_convert_str_to_sa()648 RLOG_ERRNO("setsockopt failed"); in rtsock_setup_socket()
33 #define RLOG_ERRNO(_fmt, ...) do { \ macro