Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libifconfig/
H A Dlibifconfig_carp.c81 ifconfig_error(h, NETLINK, ENOTSUP); in _ifconfig_carp_get()
89 ifconfig_error(h, NETLINK, EPROTONOSUPPORT); in _ifconfig_carp_get()
103 ifconfig_error(h, NETLINK, ENOMEM); in _ifconfig_carp_get()
108 ifconfig_error(h, NETLINK, EIO); in _ifconfig_carp_get()
114 ifconfig_error(h, NETLINK, e.error); in _ifconfig_carp_get()
119 ifconfig_error(h, NETLINK, E2BIG); in _ifconfig_carp_get()
131 ifconfig_error(h, NETLINK, E2BIG); in _ifconfig_carp_get()
155 ifconfig_error(h, NETLINK, ENOTSUP); in ifconfig_carp_set_info()
181 ifconfig_error(h, NETLINK, ENOMEM); in ifconfig_carp_set_info()
187 ifconfig_error(h, NETLINK, EIO); in ifconfig_carp_set_info()
[all …]
H A Dlibifconfig.h44 NETLINK enumerator
/freebsd-14.2/sys/netlink/
H A Dnetlink_module.c175 #if !defined(NETLINK) && defined(NETLINK_MODULE)
225 #if !defined(NETLINK) && defined(NETLINK_MODULE) in netlink_modevent()
235 #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.h84 #if defined(NETLINK) || defined(NETLINK_MODULE)
/freebsd-14.2/sys/powerpc/conf/
H A DDEFAULTS19 options NETLINK # netlink(4) support
/freebsd-14.2/sys/arm64/conf/
H A DDEFAULTS21 options NETLINK # netlink(4) support
/freebsd-14.2/sys/riscv/conf/
H A DDEFAULTS21 options NETLINK # netlink(4) support
/freebsd-14.2/sys/amd64/conf/
H A DDEFAULTS30 options NETLINK # netlink(4) support
/freebsd-14.2/sys/i386/conf/
H A DDEFAULTS34 options NETLINK # netlink(4) support
/freebsd-14.2/sys/netlink/route/
H A Droute_var.h80 #if defined(NETLINK) || defined(NETLINK_MODULE)
/freebsd-14.2/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-14.2/sys/arm/conf/
H A Dstd.armv613 options NETLINK # netlink(4) support
H A Dstd.armv713 options NETLINK # netlink(4) support
/freebsd-14.2/share/mk/
H A Dsrc.opts.mk150 NETLINK \
/freebsd-14.2/contrib/sendmail/src/
H A Ddaemon.c4566 # if NETLINK
4610 # if NETLINK
/freebsd-14.2/sys/conf/
H A Doptions471 NETLINK opt_global.h
H A DNOTES700 options NETLINK
/freebsd-14.2/contrib/libpcap/
H A Dpcap.c3339 DLT_CHOICE(NETLINK, "Linux netlink"),