Home
last modified time | relevance | path

Searched refs:SO_SETFIB (Results 1 – 18 of 18) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsocket.d96 #pragma D binding "1.13" SO_SETFIB
97 inline int SO_SETFIB = 0x1014; /* use this FIB to route */ variable
/freebsd/tools/regression/sockets/so_setfib/
H A Dso_setfib.c100 error = setsockopt(s, SOL_SOCKET, SO_SETFIB, &i, sizeof(i)); in so_setfib()
/freebsd/tools/tools/fib_multibind/
H A Dsink.c174 error = setsockopt(s, SOL_SOCKET, SO_SETFIB, in main()
/freebsd/tests/sys/netinet/
H A Dfibs_multibind_test.c103 error = setsockopt(s, SOL_SOCKET, SO_SETFIB, &fib, sizeof(fib)); in mksockp()
733 error = setsockopt(s, SOL_SOCKET, SO_SETFIB, &(int){1}, sizeof(int)); in no_setfib_after_bind()
737 error = setsockopt(s, SOL_SOCKET, SO_SETFIB, &(int){0}, sizeof(int)); in no_setfib_after_bind()
/freebsd/tools/test/netfibs/
H A Dreflect.c207 rc = setsockopt(s, SOL_SOCKET, SO_SETFIB, &fib, sizeof(fib)); in reflect_6()
H A Dreflector.sh911 *) die "Unexpected value for SO_SETFIB: ${SO_SETFIB}" ;;
H A Dinitiator.sh1238 *) die "Unexpected value for SO_SETFIB: ${SO_SETFIB}" ;;
/freebsd/sys/sys/
H A Dsocket.h168 #define SO_SETFIB SO_FIB /* backward compat alias */ macro
/freebsd/contrib/netcat/
H A Dnetcat.c702 if (rtableid >= 0 && (setsockopt(s, SOL_SOCKET, SO_SETFIB, in remote_connect()
813 if (rtableid >= 0 && (setsockopt(s, SOL_SOCKET, SO_SETFIB, in local_listen()
/freebsd/sys/netinet6/
H A Draw_ip6.c591 sopt->sopt_name == SO_SETFIB) in rip6_ctloutput()
H A Dip6_output.c1650 case SO_SETFIB: in ip6_ctloutput()
/freebsd/sys/netinet/
H A Draw_ip.c655 sopt->sopt_name == SO_SETFIB) in rip_ctloutput()
H A Dip_output.c1101 case SO_SETFIB: in ip_ctloutput()
H A Dsctp_usrreq.c6874 (sopt->sopt_name == SO_SETFIB)) {
/freebsd/sys/dev/wg/
H A Dif_wg.c694 …rc = wg_socket_set_sockopt(so4, so6, SO_SETFIB, &sc->sc_socket.so_fibnum, sizeof(sc->sc_socket.so_… in wg_socket_init()
750 ret = wg_socket_set_sockopt(so->so_so4, so->so_so6, SO_SETFIB, &fibnum, sizeof(fibnum)); in wg_socket_set_fibnum()
/freebsd/sbin/route/
H A Droute.c300 return (setsockopt(s, SOL_SOCKET, SO_SETFIB, (void *)&fib, in set_sofib()
/freebsd/sys/net/
H A Drtsock.c436 case SO_SETFIB: in rts_ctloutput()
/freebsd/sys/kern/
H A Duipc_socket.c3865 case SO_SETFIB: