Home
last modified time | relevance | path

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

/NextBSD/sbin/pfctl/
HDpfctl_parser.c1232 int sdom; in get_socket_domain() local
1234 sdom = AF_UNSPEC; in get_socket_domain()
1236 if (sdom == AF_UNSPEC && feature_present("inet6")) in get_socket_domain()
1237 sdom = AF_INET6; in get_socket_domain()
1240 if (sdom == AF_UNSPEC && feature_present("inet")) in get_socket_domain()
1241 sdom = AF_INET; in get_socket_domain()
1243 if (sdom == AF_UNSPEC) in get_socket_domain()
1244 sdom = AF_LINK; in get_socket_domain()
1246 return (sdom); in get_socket_domain()