Home
last modified time | relevance | path

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

/freebsd-12-stable/sbin/pfctl/
Dpfctl.c279 static const char *pfctl_proto_cache[259]; in pfctl_proto2name() local
282 if (proto >= nitems(pfctl_proto_cache)) { in pfctl_proto2name()
290 if (pfctl_proto_cache[proto] == NULL) { in pfctl_proto2name()
295 pfctl_proto_cache[proto] = strdup(p->p_name); in pfctl_proto2name()
298 return (pfctl_proto_cache[proto]); in pfctl_proto2name()