Home
last modified time | relevance | path

Searched refs:sendflags (Results 1 – 3 of 3) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Dmptcp_usrreq.c1245 int error, sendflags; in mptcp_usr_sosend() local
1311 sendflags = (resid > 0 && space > 0) ? in mptcp_usr_sosend()
1336 (mp_so, sendflags, top, NULL, NULL, p); in mptcp_usr_sosend()
/xnu-11417.140.69/bsd/kern/
H A Duipc_socket.c2201 int clen = 0, error, dontroute, sendflags; in sosend() local
2560 sendflags = (flags & MSG_OOB) ? PRUS_OOB : in sosend()
2572 &control, (sendflags & MSG_OOB) ? in sosend()
2586 control, sendflags, dgram_flow_entry); in sosend()
2597 (so, sendflags, top, addr, control, p); in sosend()
2665 …ruct socket *so, struct sockaddr *addr, struct mbuf *top, struct mbuf *control, uint32_t sendflags) in sosend_reinject() argument
2705 (so, sendflags, top, addr, control, current_proc()); in sosend_reinject()
/xnu-11417.140.69/bsd/sys/
H A Dsocketvar.h824 struct mbuf *control, uint32_t sendflags);