Home
last modified time | relevance | path

Searched refs:sopt_name (Results 1 – 25 of 37) sorted by relevance

12

/freebsd-9-stable/sys/netinet/
Din_mcast.c1316 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 …]
Dtcp_offload.c157 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()
Dip_output.c904 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()
Draw_ip.c549 (sopt->sopt_name == SO_SETFIB)) { in rip_ctloutput()
559 switch (sopt->sopt_name) { in rip_ctloutput()
612 switch (sopt->sopt_name) { in rip_ctloutput()
Dtcp_usrreq.c1344 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()
Dip_mroute.c410 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()
Dtoecore.c176 int sopt_dir __unused, int sopt_name __unused) in toedev_ctloutput()
Dudp_usrreq.c876 switch (sopt->sopt_name) { in udp_ctloutput()
920 switch (sopt->sopt_name) { in udp_ctloutput()
/freebsd-9-stable/sys/netinet6/
Din6_mcast.c1349 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 …]
Draw_ip6.c596 sopt->sopt_name == SO_SETFIB) { in rip6_ctloutput()
610 switch (sopt->sopt_name) { in rip6_ctloutput()
631 switch (sopt->sopt_name) { in rip6_ctloutput()
Dip6_mroute.c359 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/
Dsockopt.h53 int sopt_name; /* third arg of [gs]etsockopt */ member
/freebsd-9-stable/sys/nfs/
Dkrpc_subr.c230 sopt.sopt_name = SO_RCVTIMEO; in krpc_call()
242 sopt.sopt_name = SO_BROADCAST; in krpc_call()
Dbootp_subr.c600 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/
Dip_fw_sockopt.c963 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()
Dip_dn_glue.c794 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/
Duipc_socket.c2500 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 …]
Duipc_usrreq.c1172 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/
Dipx_usrreq.c365 switch (sopt->sopt_name) { in ipx_ctloutput()
412 switch (sopt->sopt_name) { in ipx_ctloutput()
/freebsd-9-stable/sys/rpc/
Drpc_generic.c205 opt.sopt_name = SO_TYPE; in __rpc_socket2sockinfo()
836 opt.sopt_name = portrange; in bindresvport()
Dsvc_vc.c213 opt.sopt_name = SO_KEEPALIVE; in svc_vc_create_conn()
225 opt.sopt_name = TCP_NODELAY; in svc_vc_create_conn()
Dclnt_vc.c192 sopt.sopt_name = SO_KEEPALIVE; in clnt_vc_create()
202 sopt.sopt_name = TCP_NODELAY; in clnt_vc_create()
/freebsd-9-stable/sys/netgraph/
Dng_ksocket.c835 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/
Dsdp_main.c1636 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/
Dng_btsocket_hci_raw.c1419 switch (sopt->sopt_name) { in ng_btsocket_hci_raw_ctloutput()
1437 switch (sopt->sopt_name) { in ng_btsocket_hci_raw_ctloutput()

12