Searched refs:MSG_EOF (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/inetd/ |
H A D | builtins.c | 230 (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 D | socket.h | 458 #define MSG_EOF 0x00000100 /* data completes connection */ macro
|
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/ |
H A D | sdp_main.c | 1165 ((flags & MSG_EOF) && (resid <= 0)) ? PRUS_EOF : in sdp_sosend()
|
/freebsd/sys/kern/ |
H A D | uipc_socket.c | 2248 ((flags & MSG_EOF) && 2491 ((flags & MSG_EOF) &&
|
/freebsd/sys/netinet/ |
H A D | sctp_output.c | 12690 if (flags & MSG_EOF) { in sctp_lower_sosend() 12877 if (flags & MSG_EOF) { in sctp_lower_sosend()
|