Home
last modified time | relevance | path

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

/f-stack/tools/compat/
H A Drtioctl.c61 if (level == SOL_SOCKET && optname == SO_SETFIB) { in rt_setsockopt()
/f-stack/tools/compat/include/sys/
H A Dsocket.h162 #define SO_SETFIB 0x1014 /* use this FIB to route */ macro
/f-stack/freebsd/sys/
H A Dsocket.h168 #define SO_SETFIB 0x1014 /* use this FIB to route */ macro
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_connection.c306 if (getsockopt(ls[i].fd, SOL_SOCKET, SO_SETFIB, in ngx_set_inherited_sockets()
877 if (setsockopt(ls[i].fd, SOL_SOCKET, SO_SETFIB, in ngx_configure_listening_sockets()
/f-stack/app/nginx-1.16.1/auto/
H A Dunix315 ngx_feature="SO_SETFIB"
321 ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_SETFIB, NULL, 0)"
/f-stack/freebsd/netinet6/
H A Draw_ip6.c595 sopt->sopt_name == SO_SETFIB) { in rip6_ctloutput()
H A Dip6_output.c1669 case SO_SETFIB: in ip6_ctloutput()
/f-stack/tools/route/
H A Droute.c320 return (rt_setsockopt(s, SOL_SOCKET, SO_SETFIB, (void *)&fib, in set_sofib()
323 return (setsockopt(s, SOL_SOCKET, SO_SETFIB, (void *)&fib, in set_sofib()
/f-stack/freebsd/netinet/
H A Draw_ip.c650 (sopt->sopt_name == SO_SETFIB)) { in rip_ctloutput()
H A Dip_output.c1140 case SO_SETFIB: in ip_ctloutput()
H A Dsctp_usrreq.c6880 (sopt->sopt_name == SO_SETFIB)) {
/f-stack/freebsd/kern/
H A Duipc_socket.c3060 case SO_SETFIB: