Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/drivers/
H A Dpriv_netlink.h45 #define RTM_DELLINK (RTM_BASE + 1) macro
H A Dnetlink.c64 case RTM_DELLINK: in netlink_receive()
/freebsd/sys/netlink/route/
H A Dcommon.h102 #define RTM_DELLINK NL_RTM_DELLINK macro
/freebsd/tests/atf_python/sys/netlink/
H A Dnetlink_route.py64 RTM_DELLINK = 17 variable in NlRtMsgType
733 NlMsgProps(NlRtMsgType.RTM_DELLINK, NlMsgCategory.DELETE),
/freebsd/tests/sys/netlink/
H A Dtest_rtnl_iface.py225 msg = NetlinkIflaMessage(self.helper, NlRtMsgType.RTM_DELLINK.value)
/freebsd/contrib/wpa/src/ap/
H A Dvlan_full.c733 case RTM_DELLINK: in vlan_event_receive()
/freebsd/sbin/route/
H A Droute_netlink.c722 case RTM_DELLINK: in print_nlmsg()
/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c4856 #ifdef RTM_DELLINK
4857 case RTM_DELLINK:
/freebsd/contrib/wpa/wpa_supplicant/
H A DChangeLog605 * fixed nl80211/RTM_DELLINK processing when a P2P GO interface is