Searched refs:SO_SETFIB (Results 1 – 12 of 12) sorted by relevance
| /f-stack/tools/compat/ |
| H A D | rtioctl.c | 61 if (level == SOL_SOCKET && optname == SO_SETFIB) { in rt_setsockopt()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socket.h | 162 #define SO_SETFIB 0x1014 /* use this FIB to route */ macro
|
| /f-stack/freebsd/sys/ |
| H A D | socket.h | 168 #define SO_SETFIB 0x1014 /* use this FIB to route */ macro
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_connection.c | 306 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 D | unix | 315 ngx_feature="SO_SETFIB" 321 ngx_feature_test="setsockopt(0, SOL_SOCKET, SO_SETFIB, NULL, 0)"
|
| /f-stack/freebsd/netinet6/ |
| H A D | raw_ip6.c | 595 sopt->sopt_name == SO_SETFIB) { in rip6_ctloutput()
|
| H A D | ip6_output.c | 1669 case SO_SETFIB: in ip6_ctloutput()
|
| /f-stack/tools/route/ |
| H A D | route.c | 320 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 D | raw_ip.c | 650 (sopt->sopt_name == SO_SETFIB)) { in rip_ctloutput()
|
| H A D | ip_output.c | 1140 case SO_SETFIB: in ip_ctloutput()
|
| H A D | sctp_usrreq.c | 6880 (sopt->sopt_name == SO_SETFIB)) {
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 3060 case SO_SETFIB:
|