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

/freebsd-10.1-release/sys/sys/
H A Dsockopt.h61 int sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen);
/freebsd-10.1-release/sys/netpfil/ipfw/
H A Dip_fw_sockopt.c971 /* Save original valsize before it is altered via sooptcopyin() */
978 if ((error = sooptcopyin(sopt, xbuf, sizeof(xbuf),
1027 error = sooptcopyin(sopt, rule, RULE_MAXSIZE,
1085 error = sooptcopyin(sopt, rulenum,
1107 error = sooptcopyin(sopt, rulenum,
1121 error = sooptcopyin(sopt, &ent,
1135 error = sooptcopyin(sopt, &ent,
1175 error = sooptcopyin(sopt, &tbl,
1187 if ((error = sooptcopyin(sopt, &tbl, sizeof(tbl),
1209 error = sooptcopyin(sop
[all...]
H A Dip_fw_nat.c404 if ((error = sooptcopyin(sopt, buf, len, sizeof(struct cfg_nat))) != 0)
477 sooptcopyin(sopt, &i, sizeof i, sizeof i);
H A Dip_dn_glue.c807 error = sooptcopyin(sopt, v, len, len);
816 error = sooptcopyin(sopt, v, len, len);
H A Dip_dummynet.c1836 error = sooptcopyin(sopt, cmd, sizeof(r), sizeof(*cmd));
1849 error = sooptcopyin(sopt, cmd, l, l);
2105 error = sooptcopyin(sopt, p, l, l);
/freebsd-10.1-release/sys/netinet/
H A Din_mcast.c1327 error = sooptcopyin(sopt, &mreqs,
1354 error = sooptcopyin(sopt, &gsr,
1616 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
1919 error = sooptcopyin(sopt, &mreqs,
1929 error = sooptcopyin(sopt, &mreqs,
1959 error = sooptcopyin(sopt, &gsr,
1963 error = sooptcopyin(sopt, &gsr,
2214 error = sooptcopyin(sopt, &mreqs,
2225 error = sooptcopyin(sopt, &mreqs,
2260 error = sooptcopyin(sop
[all...]
H A Dtcp_usrreq.c1348 error = sooptcopyin(sopt, &optval, sizeof optval,
1364 error = sooptcopyin(sopt, &optval, sizeof optval,
1398 error = sooptcopyin(sopt, &optval, sizeof optval,
1415 error = sooptcopyin(sopt, &optval, sizeof optval,
1436 error = sooptcopyin(sopt, &buf, sizeof(buf), 1);
1484 error = sooptcopyin(sopt, &ui, sizeof(ui), sizeof(ui));
1526 error = sooptcopyin(sopt, &ui, sizeof(ui), sizeof(ui));
H A Dip_mroute.c417 error = sooptcopyin(sopt, &optval, sizeof optval, sizeof optval);
428 error = sooptcopyin(sopt, &vifc, sizeof vifc, sizeof vifc);
435 error = sooptcopyin(sopt, &vifi, sizeof vifi, sizeof vifi);
448 error = sooptcopyin(sopt, &mfc, sizeof(struct mfcctl2),
451 error = sooptcopyin(sopt, &mfc, sizeof(struct mfcctl),
465 error = sooptcopyin(sopt, &optval, sizeof optval, sizeof optval);
472 error = sooptcopyin(sopt, &i, sizeof i, sizeof i);
481 error = sooptcopyin(sopt, &bw_upcall, sizeof bw_upcall,
H A Dip_output.c956 error = sooptcopyin(sopt, mtod(m, char *), m->m_len,
988 error = sooptcopyin(sopt, &optval, sizeof optval,
1083 error = sooptcopyin(sopt, &optval, sizeof optval,
H A Dudp_usrreq.c967 error = sooptcopyin(sopt, &optval, sizeof optval,
1009 error = sooptcopyin(sopt, &optval, sizeof(optval),
H A Draw_ip.c625 error = sooptcopyin(sopt, &optval, sizeof optval,
H A Dsctp_usrreq.c6394 error = sooptcopyin(sopt, optval, optsize, optsize);
/freebsd-10.1-release/sys/netinet6/
H A Din6_mcast.c1350 error = sooptcopyin(sopt, &gsr,
1583 error = sooptcopyin(sopt, &msfr, sizeof(struct __msfilterreq),
1838 error = sooptcopyin(sopt, &mreq, sizeof(struct ipv6_mreq),
1861 error = sooptcopyin(sopt, &gsr,
1865 error = sooptcopyin(sopt, &gsr,
2129 error = sooptcopyin(sopt, &mreq, sizeof(struct ipv6_mreq),
2144 error = sooptcopyin(sopt, &gsr,
2148 error = sooptcopyin(sopt, &gsr,
2346 error = sooptcopyin(sopt, &ifindex, sizeof(u_int), sizeof(u_int));
2380 error = sooptcopyin(sop
[all...]
H A Dip6_mroute.c370 error = sooptcopyin(sopt, &optval, sizeof(optval),
380 error = sooptcopyin(sopt, &mifc, sizeof(mifc), sizeof(mifc));
386 error = sooptcopyin(sopt, &mfcc, sizeof(mfcc), sizeof(mfcc));
392 error = sooptcopyin(sopt, &mfcc, sizeof(mfcc), sizeof(mfcc));
398 error = sooptcopyin(sopt, &mifi, sizeof(mifi), sizeof(mifi));
404 error = sooptcopyin(sopt, &optval, sizeof(optval),
H A Dip6_output.c1565 error = sooptcopyin(sopt, &optval,
1732 error = sooptcopyin(sopt, &optval,
1756 error = sooptcopyin(sopt, &optval,
1818 error = sooptcopyin(sopt, optbuf_storage,
1848 error = sooptcopyin(sopt, &optval,
2162 error = sooptcopyin(sopt, &optval, sizeof(optval),
H A Dicmp6.c2847 error = sooptcopyin(sopt, &ic6f, optlen, optlen);
/freebsd-10.1-release/sys/kern/
H A Duipc_accf.c233 error = sooptcopyin(sopt, afap, sizeof *afap, sizeof *afap);
H A Duipc_socket.c2341 sooptcopyin(struct sockopt *sopt, void *buf, size_t len, size_t minlen) function
2414 error = sooptcopyin(sopt, &l, sizeof l, sizeof l);
2440 error = sooptcopyin(sopt, &optval, sizeof optval,
2453 error = sooptcopyin(sopt, &optval, sizeof optval,
2471 error = sooptcopyin(sopt, &val32, sizeof val32,
2482 error = sooptcopyin(sopt, &optval, sizeof optval,
2536 error = sooptcopyin(sopt, &tv32, sizeof tv32,
2542 error = sooptcopyin(sopt, &tv, sizeof tv,
2567 error = sooptcopyin(sopt, &extmac, sizeof extmac,
2720 error = sooptcopyin(sop
[all...]
H A Duipc_usrreq.c1222 error = sooptcopyin(sopt, &optval, sizeof(optval),
/freebsd-10.1-release/sys/netipx/
H A Dipx_usrreq.c428 error = sooptcopyin(sopt, &optval, sizeof optval,
441 error = sooptcopyin(sopt, &ioptval, sizeof ioptval,
H A Dspx_usrreq.c962 error = sooptcopyin(sopt, &optval, sizeof optval,
978 error = sooptcopyin(sopt, &usoptval, sizeof usoptval,
988 error = sooptcopyin(sopt, &optval, sizeof optval,
1008 error = sooptcopyin(sopt, &sp, sizeof sp,
/freebsd-10.1-release/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_hci_raw.c1439 error = sooptcopyin(sopt, &filter, sizeof(filter),
1447 error = sooptcopyin(sopt, &dir, sizeof(dir),
H A Dng_btsocket_l2cap.c2254 error = sooptcopyin(sopt, &v, sizeof(v), sizeof(v.mtu));
2260 error = sooptcopyin(sopt, &v, sizeof(v),sizeof(v.flow));
2266 error = sooptcopyin(sopt, &v, sizeof(v),
/freebsd-10.1-release/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1658 error = sooptcopyin(sopt, &optval, sizeof optval,

Completed in 343 milliseconds