Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dmptcp_usrreq.c1247 int error, sendflags; in mptcp_usr_sosend() local
1313 sendflags = (resid > 0 && space > 0) ? in mptcp_usr_sosend()
1338 (mp_so, sendflags, top, NULL, NULL, p); in mptcp_usr_sosend()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket.c2048 int clen = 0, error, dontroute, sendflags; in sosend() local
2405 sendflags = (flags & MSG_OOB) ? PRUS_OOB : in sosend()
2417 &control, (sendflags & MSG_OOB) ? in sosend()
2431 control, sendflags, dgram_flow_entry); in sosend()
2442 (so, sendflags, top, addr, control, p); in sosend()
2510 …ruct socket *so, struct sockaddr *addr, struct mbuf *top, struct mbuf *control, uint32_t sendflags) in sosend_reinject() argument
2550 (so, sendflags, top, addr, control, current_proc()); in sosend_reinject()
/xnu-12377.1.9/bsd/sys/
H A Dsocketvar.h814 struct mbuf *control, uint32_t sendflags);