| /freebsd-9-stable/sys/netinet/ |
| D | in_mcast.c | 1316 switch (sopt->sopt_name) { in inp_block_unblock_source() 1338 if (sopt->sopt_name == IP_BLOCK_SOURCE) in inp_block_unblock_source() 1367 if (sopt->sopt_name == MCAST_BLOCK_SOURCE) in inp_block_unblock_source() 1373 __func__, sopt->sopt_name); in inp_block_unblock_source() 1702 switch (sopt->sopt_name) { in inp_getmoptions() 1879 switch (sopt->sopt_name) { in inp_join_group() 1884 if (sopt->sopt_name == IP_ADD_MEMBERSHIP) { in inp_join_group() 1894 } else if (sopt->sopt_name == IP_ADD_SOURCE_MEMBERSHIP) { in inp_join_group() 1906 if (sopt->sopt_name == IP_ADD_SOURCE_MEMBERSHIP) { in inp_join_group() 1924 if (sopt->sopt_name == MCAST_JOIN_GROUP) { in inp_join_group() [all …]
|
| D | tcp_offload.c | 157 tcp_offload_ctloutput(struct tcpcb *tp, int sopt_dir, int sopt_name) in tcp_offload_ctloutput() argument 164 tod->tod_ctloutput(tod, tp, sopt_dir, sopt_name); in tcp_offload_ctloutput()
|
| D | ip_output.c | 904 switch (sopt->sopt_name) { in ip_ctloutput() 938 switch (sopt->sopt_name) { in ip_ctloutput() 962 error = ip_pcbopts(inp, sopt->sopt_name, m); in ip_ctloutput() 992 switch (sopt->sopt_name) { in ip_ctloutput() 1122 error = ipsec_set_policy(inp, sopt->sopt_name, req, in ip_ctloutput() 1137 switch (sopt->sopt_name) { in ip_ctloutput() 1163 switch (sopt->sopt_name) { in ip_ctloutput()
|
| D | raw_ip.c | 549 (sopt->sopt_name == SO_SETFIB)) { in rip_ctloutput() 559 switch (sopt->sopt_name) { in rip_ctloutput() 612 switch (sopt->sopt_name) { in rip_ctloutput()
|
| D | tcp_usrreq.c | 1344 switch (sopt->sopt_name) { in tcp_ctloutput() 1370 switch (sopt->sopt_name) { in tcp_ctloutput() 1390 sopt->sopt_name); in tcp_ctloutput() 1495 switch (sopt->sopt_name) { in tcp_ctloutput() 1548 switch (sopt->sopt_name) { in tcp_ctloutput()
|
| D | ip_mroute.c | 410 if (so != V_ip_mrouter && sopt->sopt_name != MRT_INIT) in X_ip_mrouter_set() 414 switch (sopt->sopt_name) { in X_ip_mrouter_set() 445 if (sopt->sopt_name == MRT_ADD_MFC && in X_ip_mrouter_set() 457 if (sopt->sopt_name == MRT_ADD_MFC) in X_ip_mrouter_set() 484 if (sopt->sopt_name == MRT_ADD_BW_UPCALL) in X_ip_mrouter_set() 505 switch (sopt->sopt_name) { in X_ip_mrouter_get()
|
| D | toecore.c | 176 int sopt_dir __unused, int sopt_name __unused) in toedev_ctloutput()
|
| D | udp_usrreq.c | 876 switch (sopt->sopt_name) { in udp_ctloutput() 920 switch (sopt->sopt_name) { in udp_ctloutput()
|
| /freebsd-9-stable/sys/netinet6/ |
| D | in6_mcast.c | 1349 switch (sopt->sopt_name) { in in6p_block_unblock_source() 1371 if (sopt->sopt_name == MCAST_BLOCK_SOURCE) in in6p_block_unblock_source() 1377 __func__, sopt->sopt_name); in in6p_block_unblock_source() 1709 switch (sopt->sopt_name) { in ip6_getmoptions() 1838 switch (sopt->sopt_name) { in in6p_join_group() 1865 if (sopt->sopt_name == MCAST_JOIN_GROUP) { in in6p_join_group() 1869 } else if (sopt->sopt_name == MCAST_JOIN_SOURCE_GROUP) { in in6p_join_group() 1881 if (sopt->sopt_name == MCAST_JOIN_SOURCE_GROUP) { in in6p_join_group() 1904 __func__, sopt->sopt_name); in in6p_join_group() 2132 switch (sopt->sopt_name) { in in6p_leave_group() [all …]
|
| D | raw_ip6.c | 596 sopt->sopt_name == SO_SETFIB) { in rip6_ctloutput() 610 switch (sopt->sopt_name) { in rip6_ctloutput() 631 switch (sopt->sopt_name) { in rip6_ctloutput()
|
| D | ip6_mroute.c | 359 if (so != V_ip6_mrouter && sopt->sopt_name != MRT6_INIT) in X_ip6_mrouter_set() 362 switch (sopt->sopt_name) { in X_ip6_mrouter_set() 371 error = ip6_mrouter_init(so, optval, sopt->sopt_name); in X_ip6_mrouter_set() 426 switch (sopt->sopt_name) { in X_ip6_mrouter_get()
|
| /freebsd-9-stable/sys/sys/ |
| D | sockopt.h | 53 int sopt_name; /* third arg of [gs]etsockopt */ member
|
| /freebsd-9-stable/sys/nfs/ |
| D | krpc_subr.c | 230 sopt.sopt_name = SO_RCVTIMEO; in krpc_call() 242 sopt.sopt_name = SO_BROADCAST; in krpc_call()
|
| D | bootp_subr.c | 600 sopt.sopt_name = SO_RCVTIMEO; in bootpc_call() 612 sopt.sopt_name = SO_BROADCAST; in bootpc_call() 625 sopt.sopt_name = SO_DONTROUTE; in bootpc_call()
|
| /freebsd-9-stable/sys/netpfil/ipfw/ |
| D | ip_fw_sockopt.c | 963 if (sopt->sopt_name == IP_FW_ADD || in ipfw_ctl() 964 (sopt->sopt_dir == SOPT_SET && sopt->sopt_name != IP_FW_RESETLOG)) { in ipfw_ctl() 975 if ((opt = sopt->sopt_name) == IP_FW3) { in ipfw_ctl() 1117 sopt->sopt_name == IP_FW_RESETLOG); in ipfw_ctl() 1330 printf("ipfw: ipfw_ctl invalid option %d\n", sopt->sopt_name); in ipfw_ctl()
|
| D | ip_dn_glue.c | 794 switch (sopt->sopt_name) { in ip_dummynet_compat() 796 printf("dummynet: -- unknown option %d", sopt->sopt_name); in ip_dummynet_compat()
|
| /freebsd-9-stable/sys/kern/ |
| D | uipc_socket.c | 2500 sopt.sopt_name = optname; 2530 switch (sopt->sopt_name) { 2571 so->so_options |= sopt->sopt_name; 2573 so->so_options &= ~sopt->sopt_name; 2621 switch (sopt->sopt_name) { 2624 if (sbreserve(sopt->sopt_name == SO_SNDBUF ? 2630 (sopt->sopt_name == SO_SNDBUF ? &so->so_snd : 2678 switch (sopt->sopt_name) { 2763 switch (sopt->sopt_name) { 2789 optval = so->so_options & sopt->sopt_name; [all …]
|
| D | uipc_usrreq.c | 1172 switch (sopt->sopt_name) { in uipc_ctloutput() 1207 switch (sopt->sopt_name) { in uipc_ctloutput() 1224 switch (sopt->sopt_name) { in uipc_ctloutput()
|
| /freebsd-9-stable/sys/netipx/ |
| D | ipx_usrreq.c | 365 switch (sopt->sopt_name) { in ipx_ctloutput() 412 switch (sopt->sopt_name) { in ipx_ctloutput()
|
| /freebsd-9-stable/sys/rpc/ |
| D | rpc_generic.c | 205 opt.sopt_name = SO_TYPE; in __rpc_socket2sockinfo() 836 opt.sopt_name = portrange; in bindresvport()
|
| D | svc_vc.c | 213 opt.sopt_name = SO_KEEPALIVE; in svc_vc_create_conn() 225 opt.sopt_name = TCP_NODELAY; in svc_vc_create_conn()
|
| D | clnt_vc.c | 192 sopt.sopt_name = SO_KEEPALIVE; in clnt_vc_create() 202 sopt.sopt_name = TCP_NODELAY; in clnt_vc_create()
|
| /freebsd-9-stable/sys/netgraph/ |
| D | ng_ksocket.c | 835 sopt.sopt_name = ksopt->name; in ng_ksocket_rcvmsg() 867 sopt.sopt_name = ksopt->name; in ng_ksocket_rcvmsg()
|
| /freebsd-9-stable/sys/ofed/drivers/infiniband/ulp/sdp/ |
| D | sdp_main.c | 1636 if (sopt->sopt_level == SOL_SOCKET && sopt->sopt_name == SO_KEEPALIVE) { in sdp_ctloutput() 1655 switch (sopt->sopt_name) { in sdp_ctloutput() 1681 switch (sopt->sopt_name) { in sdp_ctloutput()
|
| /freebsd-9-stable/sys/netgraph/bluetooth/socket/ |
| D | ng_btsocket_hci_raw.c | 1419 switch (sopt->sopt_name) { in ng_btsocket_hci_raw_ctloutput() 1437 switch (sopt->sopt_name) { in ng_btsocket_hci_raw_ctloutput()
|