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

/freebsd-current/usr.sbin/inetd/
H A Dbuiltins.c230 (void) send(s, buffer, strlen(buffer), MSG_EOF);
332 send(s, p, strlen(p), MSG_EOF);
679 send(s, p, strlen(p), MSG_EOF);
731 (void) send(s, (char *) &result, sizeof(result), MSG_EOF); local
/freebsd-current/sys/sys/
H A Dsocket.h453 #define MSG_EOF 0x00000100 /* data completes connection */ macro
/freebsd-current/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1163 * MSG_EOF.
1165 ((flags & MSG_EOF) && (resid <= 0)) ? PRUS_EOF :
/freebsd-current/sys/kern/
H A Duipc_socket.c1619 * If the user set MSG_EOF, the protocol understands this flag and
1622 ((flags & MSG_EOF) &&
1862 * If the user set MSG_EOF, the protocol understands
1866 ((flags & MSG_EOF) &&
/freebsd-current/sys/netinet/
H A Dsctp_output.c12692 if (flags & MSG_EOF) {
12879 if (flags & MSG_EOF) {

Completed in 159 milliseconds