Home
last modified time | relevance | path

Searched refs:sooptcopyin (Results 1 – 24 of 24) sorted by relevance

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_usrreq.c2280 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2309 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2332 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2361 error = sooptcopyin(sopt, &in, sizeof(in), in tcp_ctloutput()
2386 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2401 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2420 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2439 error = sooptcopyin(sopt, &optval, sizeof(optval), in tcp_ctloutput()
2458 error = sooptcopyin(sopt, &optval, sizeof(optval), in tcp_ctloutput()
2481 error = sooptcopyin(sopt, &optval, sizeof(optval), in tcp_ctloutput()
[all …]
H A Din_mcast.c1501 error = sooptcopyin(sopt, &mreqs, in inp_block_unblock_source()
1532 error = sooptcopyin(sopt, &gsr, in inp_block_unblock_source()
1758 error = sooptcopyin(sopt, &msfr64, in inp_get_source_filters()
1767 error = sooptcopyin(sopt, &msfr32, in inp_get_source_filters()
2133 error = sooptcopyin(sopt, &mreqs, in inp_join_group()
2143 error = sooptcopyin(sopt, &mreqs, in inp_join_group()
2178 error = sooptcopyin(sopt, &gsr, in inp_join_group()
2182 error = sooptcopyin(sopt, &gsr, in inp_join_group()
2459 error = sooptcopyin(sopt, &mreqs, in inp_leave_group()
2470 error = sooptcopyin(sopt, &mreqs, in inp_leave_group()
[all …]
H A Dmptcp_usrreq.c1623 error = sooptcopyin(sopt, &mpte->mpte_epid, in mptcp_setopt()
1631 error = sooptcopyin(sopt, &mpte->mpte_euuid, in mptcp_setopt()
1645 error = sooptcopyin(sopt, &mpsotomppcb(mp_so)->necp_client_uuid, in mptcp_setopt()
1714 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1739 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1760 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1776 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1795 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1828 error = sooptcopyin(sopt, &mach_time_target, sizeof(mach_time_target), sizeof(mach_time_target)); in mptcp_setopt()
1879 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
H A Draw_ip.c798 error = sooptcopyin(sopt, &optval, sizeof optval, in rip_ctloutput()
811 error = sooptcopyin(sopt, &optval, sizeof optval, in rip_ctloutput()
840 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in rip_ctloutput()
H A Dip_output.c2358 error = sooptcopyin(sopt, mtod(m, char *), in ip_ctloutput()
2379 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip_ctloutput()
2483 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip_ctloutput()
2541 error = sooptcopyin(sopt, &background, in ip_ctloutput()
2584 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip_ctloutput()
2601 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip_ctloutput()
H A Dudp_usrreq.c1057 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in udp_ctloutput()
1085 if ((error = sooptcopyin(sopt, &ka, sizeof(ka), in udp_ctloutput()
1145 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in udp_ctloutput()
H A Dip_dummynet.c276 error = sooptcopyin(sopt, &user_pipe_32, sizeof(struct dn_pipe_32), sizeof(struct dn_pipe_32)); in cp_pipe_from_user_32()
324 error = sooptcopyin(sopt, &user_pipe_64, sizeof(struct dn_pipe_64), sizeof(struct dn_pipe_64)); in cp_pipe_from_user_64()
H A Din_tclass.c780 error = sooptcopyin(sopt, &so_tcdbg, sizeof(struct so_tcdbg), in sogetopt_tcdbg()
/xnu-11215.1.10/bsd/kern/
H A Duipc_socket.c4658 sooptcopyin(struct sockopt *sopt, void *__sized_by(len) buf, size_t len, size_t minlen) in sooptcopyin() function
4910 error = sooptcopyin(sopt, &l, sizeof(l), sizeof(l)); in sosetoptlock()
4943 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
4962 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
5070 error = sooptcopyin(sopt, &nke, sizeof(nke), in sosetoptlock()
5081 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
5094 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
5107 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
5124 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
5137 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
[all …]
H A Dtracker.c572 error = sooptcopyin(&sopt, buffer, buffer_size, 0); in tracker_add()
823 if (sooptcopyin(&sopt, app_uuid_tlv, sizeof(app_uuid_tlv), sizeof(app_uuid_tlv)) == 0) { in tracker_dump()
H A Dkern_control.c1369 error = sooptcopyin(sopt, data, in ctl_ctloutput()
1406 error = sooptcopyin(sopt, data, in ctl_ctloutput()
H A Dkpi_socketfilter.c1704 return sooptcopyin(sopt, data, len, len); in sockopt_copyin()
/xnu-11215.1.10/bsd/netinet6/
H A Din6_mcast.c1453 error = sooptcopyin(sopt, &gsr, in in6p_block_unblock_source()
1679 error = sooptcopyin(sopt, &msfr64, in in6p_get_source_filters()
1688 error = sooptcopyin(sopt, &msfr32, in in6p_get_source_filters()
2030 error = sooptcopyin(sopt, &mreq, sizeof(struct ipv6_mreq), in in6p_join_group()
2087 error = sooptcopyin(sopt, &gsr, in in6p_join_group()
2091 error = sooptcopyin(sopt, &gsr, in in6p_join_group()
2407 error = sooptcopyin(sopt, &mreq, sizeof(struct ipv6_mreq), in in6p_leave_group()
2453 error = sooptcopyin(sopt, &gsr, in in6p_leave_group()
2457 error = sooptcopyin(sopt, &gsr, in in6p_leave_group()
2703 error = sooptcopyin(sopt, &ifindex, sizeof(u_int), sizeof(u_int)); in in6p_set_multicast_if()
[all …]
H A Dip6_output.c2470 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2641 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2677 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2763 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2822 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2839 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
3140 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip6_raw_ctloutput()
H A Draw_ip6.c974 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in rip6_ctloutput()
H A Dicmp6.c3126 …error = sooptcopyin(sopt, __unsafe_forge_bidi_indexable(void*, inp->in6p_icmp6filt, optlen), optle… in icmp6_ctloutput()
/xnu-11215.1.10/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c485 err = sooptcopyin(&sopt, &nsr, sizeof(nsr), sizeof(nsr)); in nx_fsw_prov_config()
521 err = sooptcopyin(&sopt, &nfr, sizeof(nfr), sizeof(nfr)); in nx_fsw_prov_config()
539 err = sooptcopyin(&sopt, &inp, sizeof(inp), sizeof(inp)); in nx_fsw_prov_config()
/xnu-11215.1.10/bsd/net/
H A Dndrv.c707 error = sooptcopyin(sopt, &ndrvSpec64, sizeof(ndrvSpec64), sizeof(ndrvSpec64)); in ndrv_setspec()
724 error = sooptcopyin(sopt, &ndrvSpec32, sizeof(ndrvSpec32), sizeof(ndrvSpec32)); in ndrv_setspec()
H A Dnet_stubs.c449 STUB(sooptcopyin);
H A Dnecp_client.c11030 error = sooptcopyin(sopt, buffer, valsize, 0); in necp_set_socket_attributes()
11181 if ((error = sooptcopyin(sopt, inp->inp_resolver_signature, valsize, in necp_set_socket_resolver_signature()
/xnu-11215.1.10/bsd/skywalk/nexus/
H A Dnexus.c375 err = sooptcopyin(sopt, &nrlr, sizeof(nrlr), sizeof(nrlr)); in nxctl_get_nexus_prov_list()
476 err = sooptcopyin(sopt, &nre, sizeof(nre), sizeof(nre)); in nxctl_get_nexus_prov_entry()
542 err = sooptcopyin(sopt, &nlr, sizeof(nlr), sizeof(nlr)); in nxctl_get_nexus_list()
666 err = sooptcopyin(sopt, &nbr, sizeof(nbr), sizeof(nbr)); in nxctl_nexus_bind()
861 err = sooptcopyin(sopt, &nur, sizeof(nur), sizeof(nur)); in nxctl_nexus_unbind()
917 err = sooptcopyin(sopt, &ncr, sizeof(ncr), sizeof(ncr)); in nxctl_nexus_config()
1057 err = sooptcopyin(sopt, &clr, sizeof(clr), sizeof(clr)); in nxctl_get_channel_list()
/xnu-11215.1.10/bsd/sys/
H A Dsocketvar.h807 extern int sooptcopyin(struct sockopt *sopt, void * __sized_by(len), size_t len,
/xnu-11215.1.10/bsd/skywalk/channel/
H A Dchannel.c2330 err = sooptcopyin(sopt, &enable, sizeof(enable), sizeof(enable)); in ch_configure_interface_advisory_event()
2403 err = sooptcopyin(sopt, &cet, sizeof(cet), sizeof(cet)); in ch_set_lowat_thresh()
/xnu-11215.1.10/bsd/skywalk/nexus/netif/
H A Dnx_netif.c669 err = sooptcopyin(sopt, nlir, sizeof(*nlir), sizeof(*nlir)); in nx_netif_get_llink_info()
761 err = sooptcopyin(&sopt, &nsr, sizeof(nsr), sizeof(nsr)); in nx_netif_prov_config()
791 err = sooptcopyin(&sopt, &nfr, sizeof(nfr), sizeof(nfr)); in nx_netif_prov_config()