Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c845 struct connection *oldest_tcp = NULL; in accept_tcp_connection() local
860 if (oldest_tcp == NULL in accept_tcp_connection()
861 || oldest_tcp->u.tcp.start_time > c->u.tcp.start_time) in accept_tcp_connection()
862 oldest_tcp = c; in accept_tcp_connection()
864 if (oldest_tcp != NULL) { in accept_tcp_connection()
866 oldest_tcp->fd, oldest_tcp->u.tcp.addrbuf); in accept_tcp_connection()
867 kill_tcp_connection(oldest_tcp); in accept_tcp_connection()
868 oldest_tcp = NULL; in accept_tcp_connection()