Searched refs:MSG_EOF (Results 1 – 6 of 6) 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() 681 send(s, p, strlen(p), MSG_EOF); in ident_stream() 733 (void) send(s, (char *) &result, sizeof(result), MSG_EOF); in machtime_stream()
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | syzkaller82.sh | 106 /*f=MSG_NOSIGNAL|MSG_EOF|MSG_DONTWAIT|MSG_DONTROUTE*/ 0x20184ul,
|
| /freebsd/sys/sys/ |
| H A D | socket.h | 460 #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 | 2329 ((flags & MSG_EOF) && 2572 ((flags & MSG_EOF) &&
|
| /freebsd/sys/netinet/ |
| H A D | sctp_output.c | 12691 if (flags & MSG_EOF) { in sctp_lower_sosend() 12878 if (flags & MSG_EOF) { in sctp_lower_sosend()
|