HomeSort by: relevance | last modified time | path
    Searched defs:errorlen (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/net/net/
t_unix.c 460 socklen_t errorlen = sizeof(error); local in function:ATF_TC_BODY
516 RL(getsockopt(conn, SOL_SOCKET, SO_ERROR, &error, &errorlen));
517 ATF_REQUIRE_MSG(errorlen == sizeof(error), "errorlen=%d", errorlen);
t_unix.c 460 socklen_t errorlen = sizeof(error); local in function:ATF_TC_BODY
516 RL(getsockopt(conn, SOL_SOCKET, SO_ERROR, &error, &errorlen));
517 ATF_REQUIRE_MSG(errorlen == sizeof(error), "errorlen=%d", errorlen);

Completed in 21 milliseconds