Searched refs:udp6conf (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/usr.sbin/inetd/
H A Dinetd.c279 static struct netconfig *udpconf, *tcpconf, *udp6conf, *tcp6conf; variable in typeref:struct:
512 udp6conf = getnetconfigent("udp6");
514 if (udp6conf == NULL || tcp6conf == NULL) {
1185 netid6 = sep->se_socktype == SOCK_DGRAM ? udp6conf : tcp6conf;
1338 netid = sep->se_socktype==SOCK_DGRAM? udp6conf:tcp6conf;
1340 netid2 = netid==udp6conf? udpconf:tcpconf;

Completed in 69 milliseconds