Home
last modified time | relevance | path

Searched refs:ss_event (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/route/
H A Droute_netlink.c747 struct snl_state ss_event = {}; in monitor_nl() local
750 nl_init_socket(&ss_event); in monitor_nl()
769 setsockopt(ss_event.fd, SOL_NETLINK, NETLINK_MSG_INFO, &optval, optlen); in monitor_nl()
775 error = setsockopt(ss_event.fd, SOL_NETLINK, in monitor_nl()
783 while ((hdr = snl_read_message_dbg(&ss_event, &attrs)) != NULL) in monitor_nl()
787 snl_clear_lb(&ss_event); in monitor_nl()
790 snl_free(&ss_event); in monitor_nl()