Home
last modified time | relevance | path

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

/freebsd/lib/libifconfig/
H A Dlibifconfig_carp.c84 ifconfig_error(h, NETLINK, ENOTSUP); in _ifconfig_carp_get()
92 ifconfig_error(h, NETLINK, EPROTONOSUPPORT); in _ifconfig_carp_get()
106 ifconfig_error(h, NETLINK, ENOMEM); in _ifconfig_carp_get()
111 ifconfig_error(h, NETLINK, EIO); in _ifconfig_carp_get()
117 ifconfig_error(h, NETLINK, e.error); in _ifconfig_carp_get()
122 ifconfig_error(h, NETLINK, E2BIG); in _ifconfig_carp_get()
134 ifconfig_error(h, NETLINK, E2BIG); in _ifconfig_carp_get()
158 ifconfig_error(h, NETLINK, ENOTSUP); in ifconfig_carp_set_info()
166 ifconfig_error(h, NETLINK, EPROTONOSUPPORT); in ifconfig_carp_set_info()
187 ifconfig_error(h, NETLINK, ENOMEM); in ifconfig_carp_set_info()
[all …]
H A Dlibifconfig_nl.c30 ifconfig_error(h, NETLINK, ENOTSUP); in ifconfig_modify_flags()
44 ifconfig_error(h, NETLINK, ENOMEM); in ifconfig_modify_flags()
50 ifconfig_error(h, NETLINK, EIO); in ifconfig_modify_flags()
56 ifconfig_error(h, NETLINK, e.error); in ifconfig_modify_flags()
H A Dlibifconfig.h47 NETLINK enumerator
/freebsd/sys/netlink/
H A Dnetlink_module.c145 #if !defined(NETLINK) && defined(NETLINK_MODULE)
193 #if !defined(NETLINK) && defined(NETLINK_MODULE) in netlink_modevent()
203 #if !defined(NETLINK) && defined(NETLINK_MODULE) in netlink_modevent()
H A Dnetlink_ctl.h107 #if defined(NETLINK) || defined(NETLINK_MODULE)
H A Dnetlink_glue.c109 #ifndef NETLINK
H A Dnetlink_message_writer.h69 #if defined(NETLINK) || defined(NETLINK_MODULE)
/freebsd/sys/powerpc/conf/
H A DDEFAULTS17 options NETLINK # netlink(4) support
/freebsd/sys/arm64/conf/
H A DDEFAULTS20 options NETLINK # netlink(4) support
/freebsd/sys/riscv/conf/
H A DDEFAULTS20 options NETLINK # netlink(4) support
/freebsd/sys/amd64/conf/
H A DDEFAULTS28 options NETLINK # netlink(4) support
/freebsd/sys/i386/conf/
H A DDEFAULTS32 options NETLINK # netlink(4) support
/freebsd/sys/netlink/route/
H A Droute_var.h81 #if defined(NETLINK) || defined(NETLINK_MODULE)
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h800 # define NETLINK 1 /* supports AF_LINK */ macro
826 # define NETLINK 1 /* supports AF_LINK */ macro
854 # define NETLINK 1 /* supports AF_LINK */ macro
895 # define NETLINK 1 /* supports AF_LINK */ macro
965 # define NETLINK 1 /* supports AF_LINK */ macro
/freebsd/sys/arm/conf/
H A Dstd.armv6
H A Dstd.armv713 options NETLINK # netlink(4) support
/freebsd/share/mk/
H A Dsrc.opts.mk151 NETLINK \
/freebsd/contrib/sendmail/src/
H A Ddaemon.c4566 # if NETLINK
4610 # if NETLINK
/freebsd/sys/conf/
H A Doptions474 NETLINK opt_global.h
H A DNOTES702 options NETLINK
/freebsd/contrib/libpcap/
H A Dpcap.c3339 DLT_CHOICE(NETLINK, "Linux netlink"),