Home
last modified time | relevance | path

Searched refs:soopt_mcopyin (Results 1 – 5 of 5) sorted by relevance

/xnu-11215.81.4/bsd/sys/
H A Dsocketvar.h1092 extern int soopt_mcopyin(struct sockopt *sopt, struct mbuf *m);
/xnu-11215.81.4/bsd/netinet6/
H A Dip6_output.c2427 error = soopt_mcopyin(sopt, m); in ip6_ctloutput()
2734 error = soopt_mcopyin(sopt, m); in ip6_ctloutput()
2799 if ((error = soopt_mcopyin(sopt, m)) != 0) { in ip6_ctloutput()
/xnu-11215.81.4/bsd/netinet/
H A Dip_output.c2522 if ((error = soopt_mcopyin(sopt, m)) != 0) { /* XXX */ in ip_ctloutput()
H A Dflow_divert.c4268 error = soopt_mcopyin(sopt, token); in flow_divert_token_set()
/xnu-11215.81.4/bsd/kern/
H A Duipc_socket.c6394 soopt_mcopyin(struct sockopt *sopt, struct mbuf *m) in soopt_mcopyin() function