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

/freebsd-10.3-release/tools/regression/netinet/udpconnectjail/
H A Dudpconnectjail.c79 struct jail thejail; local
102 bzero(&thejail, sizeof(thejail));
103 thejail.version = JAIL_API_VERSION;
104 thejail.path = "/";
105 thejail.hostname = "jail";
106 thejail.jailname = "udpconnectjail";
107 thejail.ip4s = 1;
108 thejail.ip4 = &ia4;
110 if (jail(&thejail) <
[all...]

Completed in 44 milliseconds