Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
H A Dbuiltins.c230 (void) send(s, buffer, strlen(buffer), MSG_EOF); in daytime_stream()
332 send(s, p, strlen(p), MSG_EOF); in iderror()
679 send(s, p, strlen(p), MSG_EOF); in ident_stream()
731 (void) send(s, (char *) &result, sizeof(result), MSG_EOF); in machtime_stream()
/freebsd/sys/sys/
H A Dsocket.h458 #define MSG_EOF 0x00000100 /* data completes connection */ macro
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1165 ((flags & MSG_EOF) && (resid <= 0)) ? PRUS_EOF : in sdp_sosend()
/freebsd/sys/kern/
H A Duipc_socket.c2248 ((flags & MSG_EOF) &&
2491 ((flags & MSG_EOF) &&
/freebsd/sys/netinet/
H A Dsctp_output.c12690 if (flags & MSG_EOF) { in sctp_lower_sosend()
12877 if (flags & MSG_EOF) { in sctp_lower_sosend()