Lines Matching +full:assigned +full:- +full:addresses
1 .\" Copyright (c) 1999 Poul-Henning Kamp.
58 .Bd -literal -offset indent
89 pointer is an optional name that can be assigned to the jail
96 give the numbers of IPv4 and IPv6 addresses that will be passed
103 pointers can be set to an arrays of IPv4 and IPv6 addresses to be assigned to
105 IPv4 addresses must be in network byte order.
124 Jail parameters are passed as an array of name-value pairs in the array
129 Parameter names are a null-terminated string, and values may be strings,
161 .Bl -tag -width indent
195 system call retrieves jail parameters, using the same name-value list as
221 .Bl -tag -width indent
247 return a non-negative integer, termed the jail identifier (JID).
248 They return \-1 on failure, and set
252 .Rv -std jail_attach jail_remove
258 .Bl -tag -width Er
261 the super-user, or because it would exceed the jail's
277 .Bl -tag -width Er
280 the super-user, or because it would exceed the jail's
288 or one of the addresses contained within it,
316 A supplied string parameter is not null-terminated.
335 .Bl -tag -width Er
338 or one of the addresses contained within it,
367 .Bl -tag -width Er
369 A user other than the super-user attempted to attach to or remove a jail.
409 .An Poul-Henning Kamp