Home
last modified time | relevance | path

Searched defs:conninfo (Results 1 – 3 of 3) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dnet.d37 typedef struct conninfo { struct
41 } conninfo_t; argument
/freebsd/usr.sbin/inetd/
H A Dinetd.h58 struct conninfo { struct
60 struct sockaddr_storage co_addr; /* source address */
61 int co_numchild; /* current number of children */
62 struct procinfo **co_proc; /* array of child proc entry */
/freebsd/crypto/openssh/
H A Dauth-pam.c750 char *conninfo; in sshpam_init() local