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

/freebsd-current/tests/sys/kern/
H A Dunix_dgram.c220 #define NOTCONN 66 /* for sendto(2) via two */ macro
223 notconn[0] = NOTCONN;
233 ATF_REQUIRE(buf[0] == NOTCONN); /* only then message from sendto(2) */
261 ATF_REQUIRE(buf[0] == NOTCONN); /* message from sendto() */

Completed in 103 milliseconds