Home
last modified time | relevance | path

Searched refs:MSG_EOF (Results 1 – 6 of 6) 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()
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 Dsyzkaller82.sh106 /*f=MSG_NOSIGNAL|MSG_EOF|MSG_DONTWAIT|MSG_DONTROUTE*/ 0x20184ul,
/freebsd/sys/sys/
H A Dsocket.h460 #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.c2329 ((flags & MSG_EOF) &&
2572 ((flags & MSG_EOF) &&
/freebsd/sys/netinet/
H A Dsctp_output.c12691 if (flags & MSG_EOF) { in sctp_lower_sosend()
12878 if (flags & MSG_EOF) { in sctp_lower_sosend()