Home
last modified time | relevance | path

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

/freebsd/lib/libjail/
H A Djail.c79 const char *jps_type; /* sysctl type */ member
88 .jps_type = "S,in_addr",
94 .jps_type = "S,in6_addr",
100 .jps_type = "S,mac",
139 if (strcmp(jpsdef->jps_type, type) == 0) { in jp_structinfo()