Searched refs:MSG_EOF (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/usr.sbin/inetd/
H A Dbuiltins.c232 (void) send(s, buffer, strlen(buffer), MSG_EOF);
334 send(s, p, strlen(p), MSG_EOF);
681 send(s, p, strlen(p), MSG_EOF);
733 (void) send(s, (char *) &result, sizeof(result), MSG_EOF); local
/freebsd-11-stable/sys/sys/
H A Dsocket.h439 #define MSG_EOF 0x100 /* data completes connection */ macro
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1171 * MSG_EOF.
1173 ((flags & MSG_EOF) && (resid <= 0)) ? PRUS_EOF :
/freebsd-11-stable/sys/kern/
H A Duipc_socket.c1177 * If the user set MSG_EOF, the protocol understands this flag and
1180 ((flags & MSG_EOF) &&
1363 * If the user set MSG_EOF, the protocol understands
1367 ((flags & MSG_EOF) &&
/freebsd-11-stable/sys/netinet/
H A Dsctp_output.c12681 if (flags & MSG_EOF) {
12855 if (flags & MSG_EOF) {

Completed in 169 milliseconds