Home
last modified time | relevance | path

Searched refs:NETLINK (Results 1 – 20 of 20) 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()
187 ifconfig_error(h, NETLINK, ENOMEM); in ifconfig_carp_set_info()
193 ifconfig_error(h, NETLINK, EIO); in ifconfig_carp_set_info()
[all …]
H A Dlibifconfig.h44 NETLINK enumerator
/freebsd/sys/netlink/
H A Dnetlink_module.c174 #if !defined(NETLINK) && defined(NETLINK_MODULE)
222 #if !defined(NETLINK) && defined(NETLINK_MODULE) in netlink_modevent()
232 #if !defined(NETLINK) && defined(NETLINK_MODULE) in netlink_modevent()
H A Dnetlink_ctl.h112 #if defined(NETLINK) || defined(NETLINK_MODULE)
H A Dnetlink_glue.c109 #ifndef NETLINK
H A Dnetlink_message_writer.h66 #if defined(NETLINK) || defined(NETLINK_MODULE)
/freebsd/sys/powerpc/conf/
H A DDEFAULTS19 options NETLINK # netlink(4) support
/freebsd/sys/arm64/conf/
H A DDEFAULTS21 options NETLINK # netlink(4) support
/freebsd/sys/riscv/conf/
H A DDEFAULTS21 options NETLINK # netlink(4) support
/freebsd/sys/amd64/conf/
H A DDEFAULTS30 options NETLINK # netlink(4) support
/freebsd/sys/i386/conf/
H A DDEFAULTS34 options NETLINK # netlink(4) support
/freebsd/sys/netlink/route/
H A Droute_var.h80 #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.armv613 options NETLINK # netlink(4) support
H A Dstd.armv713 options NETLINK # netlink(4) support
/freebsd/share/mk/
H A Dsrc.opts.mk146 NETLINK \
/freebsd/contrib/sendmail/src/
H A Ddaemon.c4566 # if NETLINK
4610 # if NETLINK
/freebsd/sys/conf/
H A Doptions478 NETLINK opt_global.h
H A DNOTES703 options NETLINK
/freebsd/contrib/libpcap/
H A Dpcap.c3288 DLT_CHOICE(NETLINK, "Linux netlink"),