Home
last modified time | relevance | path

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

/freebsd/usr.sbin/inetd/
H A Dinetd.c279 static struct netconfig *udpconf, *tcpconf, *udp6conf, *tcp6conf; variable
504 tcpconf = getnetconfigent("tcp"); in main()
505 if (udpconf == NULL || tcpconf == NULL) { in main()
1184 netid4 = sep->se_socktype == SOCK_DGRAM ? udpconf : tcpconf; in unregisterrpc()
1335 netid = sep->se_socktype==SOCK_DGRAM? udpconf:tcpconf; in setup()
1340 netid2 = netid==udp6conf? udpconf:tcpconf; in setup()