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

  /src/tests/net/inpcb/
inpcb_bind.c 2 /* $OpenBSD: runtest.c,v 1.7 2022/04/10 14:08:35 claudio Exp $ */
34 runtest(int *sockp, struct addrinfo *ai, int reuseaddr, int reuseport, function in typeref:typename:int
125 rc |= runtest(s++, local, 0, 0, NULL, 0);
126 rc |= runtest(s++, any, 0, 0, NULL, EADDRINUSE);
127 rc |= runtest(s++, any, 1, 0, NULL, 0);
134 rc |= runtest(s++, any, 0, 0, NULL, 0);
135 rc |= runtest(s++, local, 0, 0, NULL, EADDRINUSE);
136 rc |= runtest(s++, local, 1, 0, NULL, 0);
143 rc |= runtest(s++, local, 0, 1, NULL, 0);
144 rc |= runtest(s++, local, 0, 1, NULL, 0)
    [all...]
inpcb_bind.c 2 /* $OpenBSD: runtest.c,v 1.7 2022/04/10 14:08:35 claudio Exp $ */
34 runtest(int *sockp, struct addrinfo *ai, int reuseaddr, int reuseport, function in typeref:typename:int
125 rc |= runtest(s++, local, 0, 0, NULL, 0);
126 rc |= runtest(s++, any, 0, 0, NULL, EADDRINUSE);
127 rc |= runtest(s++, any, 1, 0, NULL, 0);
134 rc |= runtest(s++, any, 0, 0, NULL, 0);
135 rc |= runtest(s++, local, 0, 0, NULL, EADDRINUSE);
136 rc |= runtest(s++, local, 1, 0, NULL, 0);
143 rc |= runtest(s++, local, 0, 1, NULL, 0);
144 rc |= runtest(s++, local, 0, 1, NULL, 0)
    [all...]

Completed in 55 milliseconds