Home
last modified time | relevance | path

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

/freebsd/sys/netlink/route/
H A Dcommon.h37 NL_RTM_NEWLINK = 16, /* creates new interface */ enumerator
101 #define RTM_NEWLINK NL_RTM_NEWLINK
H A Diface.c469 .hdr.nlmsg_type = NL_RTM_NEWLINK, in rtnl_handle_getlink()
1417 rtnl_handle_ifevent(ifp, NL_RTM_NEWLINK, 0); in rtnl_handle_ifattach()
1431 rtnl_handle_ifevent(ifp, NL_RTM_NEWLINK, 0); in rtnl_handle_iflink()
1438 rtnl_handle_ifevent(ifp, NL_RTM_NEWLINK, if_flags_mask); in rtnl_handle_ifnet_event()
1456 .cmd = NL_RTM_NEWLINK,
/freebsd/sys/compat/linux/
H A Dlinux_netlink.c171 case NL_RTM_NEWLINK: in rtnl_from_linux()
270 case NL_RTM_NEWLINK: in nlmsg_translate_all_nla()
485 case NL_RTM_NEWLINK: in rtnl_to_linux()
/freebsd/sbin/ifconfig/
H A Difconfig_netlink.c196 if (hdr->nlmsg_type != NL_RTM_NEWLINK) in if_nametoindex_nl()