Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netlink/
H A Dnetlink.h92 #define NETLINK_MSG_INFO 257 /* (FreeBSD-specific) Receive message originator data in cmsg */ macro
H A Dnetlink_domain.c636 case NETLINK_MSG_INFO: in nl_getoptflag()
679 case NETLINK_MSG_INFO: in nl_ctloutput()
713 case NETLINK_MSG_INFO: in nl_ctloutput()
H A Dnetlink_io.c156 NETLINK_MSG_INFO, SOL_NETLINK, M_NOWAIT); in nl_add_msg_info()
H A Dnetlink_snl.h978 if (cmsg->cmsg_level != SOL_NETLINK || cmsg->cmsg_type != NETLINK_MSG_INFO) in parse_cmsg()
/freebsd-14.2/sbin/route/
H A Droute_netlink.c764 setsockopt(ss_event.fd, SOL_NETLINK, NETLINK_MSG_INFO, &optval, optlen); in monitor_nl()