Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
H A Dinetd.c279 static struct netconfig *udpconf, *tcpconf, *udp6conf, *tcp6conf; variable
513 tcp6conf = getnetconfigent("tcp6"); in main()
514 if (udp6conf == NULL || tcp6conf == NULL) { in main()
1185 netid6 = sep->se_socktype == SOCK_DGRAM ? udp6conf : tcp6conf; in unregisterrpc()
1338 netid = sep->se_socktype==SOCK_DGRAM? udp6conf:tcp6conf; in setup()