Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/krb5/krb5kdc/
H A Dnetwork.c313 static void accept_tcp_connection(struct connection *, const char *, int);
325 return add_fd(data, sock, CONN_TCP_LISTENER, accept_tcp_connection); in add_tcp_listener_fd()
795 static void accept_tcp_connection(struct connection *conn, const char *prog, in accept_tcp_connection() function