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.c808 struct snl_state ss_event = {}; in monitor_nl() local
811 nl_init_socket(&ss_event); in monitor_nl()
830 setsockopt(ss_event.fd, SOL_NETLINK, NETLINK_MSG_INFO, &optval, optlen); in monitor_nl()
836 error = setsockopt(ss_event.fd, SOL_NETLINK, in monitor_nl()
844 while ((hdr = snl_read_message_dbg(&ss_event, &attrs)) != NULL) in monitor_nl()
848 snl_clear_lb(&ss_event); in monitor_nl()
851 snl_free(&ss_event); in monitor_nl()