Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_usrreq.c2326 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2355 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2378 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2407 error = sooptcopyin(sopt, &in, sizeof(in), in tcp_ctloutput()
2432 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2447 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2466 error = sooptcopyin(sopt, &optval, sizeof optval, in tcp_ctloutput()
2485 error = sooptcopyin(sopt, &optval, sizeof(optval), in tcp_ctloutput()
2504 error = sooptcopyin(sopt, &optval, sizeof(optval), in tcp_ctloutput()
2527 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.c1628 error = sooptcopyin(sopt, &mpte->mpte_epid, in mptcp_setopt()
1636 error = sooptcopyin(sopt, &mpte->mpte_euuid, in mptcp_setopt()
1650 error = sooptcopyin(sopt, &mpsotomppcb(mp_so)->necp_client_uuid, in mptcp_setopt()
1719 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1744 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1765 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1781 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1800 error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
1833 error = sooptcopyin(sopt, &mach_time_target, sizeof(mach_time_target), sizeof(mach_time_target)); in mptcp_setopt()
1884 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in mptcp_setopt()
H A Draw_ip.c800 error = sooptcopyin(sopt, &optval, sizeof optval, in rip_ctloutput()
813 error = sooptcopyin(sopt, &optval, sizeof optval, in rip_ctloutput()
842 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in rip_ctloutput()
H A Dip_output.c2388 error = sooptcopyin(sopt, mtod(m, char *), in ip_ctloutput()
2410 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip_ctloutput()
2518 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip_ctloutput()
2576 error = sooptcopyin(sopt, &background, in ip_ctloutput()
2619 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip_ctloutput()
2636 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip_ctloutput()
H A Dudp_usrreq.c1121 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in udp_ctloutput()
1149 if ((error = sooptcopyin(sopt, &ka, sizeof(ka), in udp_ctloutput()
1209 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in udp_ctloutput()
H A Dip_dummynet.c325 error = sooptcopyin(sopt, &user_pipe_32, sizeof(struct dn_pipe_32), sizeof(struct dn_pipe_32)); in cp_pipe_from_user_32()
375 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-12377.61.12/bsd/kern/
H A Duipc_socket.c4546 sooptcopyin(struct sockopt *sopt, void *__sized_by(len) buf, size_t len, size_t minlen) in sooptcopyin() function
4798 error = sooptcopyin(sopt, &l, sizeof(l), sizeof(l)); in sosetoptlock()
4831 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
4850 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
4958 error = sooptcopyin(sopt, &nke, sizeof(nke), in sosetoptlock()
4969 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
4982 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
4995 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
5012 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
5025 error = sooptcopyin(sopt, &optval, sizeof(optval), in sosetoptlock()
[all …]
H A Dtracker.c584 error = sooptcopyin(&sopt, buffer, buffer_size, 0); in tracker_add()
835 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-12377.61.12/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()
2032 error = sooptcopyin(sopt, &mreq, sizeof(struct ipv6_mreq), in in6p_join_group()
2089 error = sooptcopyin(sopt, &gsr, in in6p_join_group()
2093 error = sooptcopyin(sopt, &gsr, in in6p_join_group()
2409 error = sooptcopyin(sopt, &mreq, sizeof(struct ipv6_mreq), in in6p_leave_group()
2455 error = sooptcopyin(sopt, &gsr, in in6p_leave_group()
2459 error = sooptcopyin(sopt, &gsr, in in6p_leave_group()
2705 error = sooptcopyin(sopt, &ifindex, sizeof(u_int), sizeof(u_int)); in in6p_set_multicast_if()
[all …]
H A Dip6_output.c2506 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2682 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2718 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2804 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2863 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
2880 error = sooptcopyin(sopt, &optval, in ip6_ctloutput()
3187 error = sooptcopyin(sopt, &optval, sizeof(optval), in ip6_raw_ctloutput()
H A Draw_ip6.c983 if ((error = sooptcopyin(sopt, &optval, sizeof(optval), in rip6_ctloutput()
H A Dicmp6.c3128 …error = sooptcopyin(sopt, __unsafe_forge_bidi_indexable(void*, inp->in6p_icmp6filt, optlen), optle… in icmp6_ctloutput()
/xnu-12377.61.12/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.c484 err = sooptcopyin(&sopt, &nsr, sizeof(nsr), sizeof(nsr)); in nx_fsw_prov_config()
520 err = sooptcopyin(&sopt, &nfr, sizeof(nfr), sizeof(nfr)); in nx_fsw_prov_config()
538 err = sooptcopyin(&sopt, &inp, sizeof(inp), sizeof(inp)); in nx_fsw_prov_config()
/xnu-12377.61.12/bsd/net/
H A Dndrv.c723 error = sooptcopyin(sopt, &ndrvSpec64, sizeof(ndrvSpec64), sizeof(ndrvSpec64)); in ndrv_setspec()
740 error = sooptcopyin(sopt, &ndrvSpec32, sizeof(ndrvSpec32), sizeof(ndrvSpec32)); in ndrv_setspec()
H A Dnet_stubs.c461 STUB(sooptcopyin);
H A Dnecp_client.c11989 error = sooptcopyin(sopt, buffer, valsize, 0); in necp_set_socket_attributes()
12140 if ((error = sooptcopyin(sopt, inp->inp_resolver_signature, valsize, in necp_set_socket_resolver_signature()
/xnu-12377.61.12/bsd/skywalk/nexus/
H A Dnexus.c377 err = sooptcopyin(sopt, &nrlr, sizeof(nrlr), sizeof(nrlr)); in nxctl_get_nexus_prov_list()
478 err = sooptcopyin(sopt, &nre, sizeof(nre), sizeof(nre)); in nxctl_get_nexus_prov_entry()
544 err = sooptcopyin(sopt, &nlr, sizeof(nlr), sizeof(nlr)); in nxctl_get_nexus_list()
668 err = sooptcopyin(sopt, &nbr, sizeof(nbr), sizeof(nbr)); in nxctl_nexus_bind()
863 err = sooptcopyin(sopt, &nur, sizeof(nur), sizeof(nur)); in nxctl_nexus_unbind()
919 err = sooptcopyin(sopt, &ncr, sizeof(ncr), sizeof(ncr)); in nxctl_nexus_config()
1059 err = sooptcopyin(sopt, &clr, sizeof(clr), sizeof(clr)); in nxctl_get_channel_list()
/xnu-12377.61.12/bsd/sys/
H A Dsocketvar.h798 extern int sooptcopyin(struct sockopt *sopt, void * __sized_by(len), size_t len,
/xnu-12377.61.12/bsd/skywalk/channel/
H A Dchannel.c2308 err = sooptcopyin(sopt, &enable, sizeof(enable), sizeof(enable)); in ch_configure_interface_advisory_event()
2381 err = sooptcopyin(sopt, &cet, sizeof(cet), sizeof(cet)); in ch_set_lowat_thresh()
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif.c667 err = sooptcopyin(sopt, nlir, sizeof(*nlir), sizeof(*nlir)); in nx_netif_get_llink_info()
759 err = sooptcopyin(&sopt, &nsr, sizeof(nsr), sizeof(nsr)); in nx_netif_prov_config()
788 err = sooptcopyin(&sopt, &nfr, sizeof(nfr), sizeof(nfr)); in nx_netif_prov_config()