Searched refs:tcpconf (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:
504 tcpconf = getnetconfigent("tcp");
505 if (udpconf == NULL || tcpconf == NULL) {
1184 netid4 = sep->se_socktype == SOCK_DGRAM ? udpconf : tcpconf;
1335 netid = sep->se_socktype==SOCK_DGRAM? udpconf:tcpconf;
1340 netid2 = netid==udp6conf? udpconf:tcpconf;

Completed in 77 milliseconds