Home
last modified time | relevance | path

Searched refs:IP__NULL (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.sbin/jail/
H A Djail.c85 IP__NULL, enumerator
106 IP__NULL enumerator
110 IP__NULL, enumerator
128 IP__NULL enumerator
132 IP__NULL, enumerator
146 IP__NULL enumerator
H A Dconfig.c392 if (ipnum != IP__NULL) { in add_param()
414 if (ipnum != IP__NULL) in add_param()
451 if (ipnum != IP__NULL) in add_param()
454 for (ipnum = IP__NULL + 1; ipnum < IP_NPARAM; ipnum++) in add_param()
H A Djailp.h80 IP__NULL = 0, /* Null command */ enumerator
H A Dcommand.c123 case IP__NULL: in next_command()