ident_client
struct ident_client *c = arg;
fetchuid(struct ident_client *c)
int identd_error(struct ident_client *, const char *);
void identd_close(struct ident_client *);
identd_parse(struct ident_client *, int);
int fetchuid(struct ident_client *);
SIMPLEQ_HEAD(, ident_client) pushing, popping;
struct ident_client *c;
struct ident_client *c = SIMPLEQ_FIRST(&sc.child.pushing);
struct ident_client *c = NULL;
struct ident_client *c = arg;
struct ident_client *c = arg;
identd_error(struct ident_client *c, const char *errstr)
SIMPLEQ_ENTRY(ident_client) entry;
identd_close(struct ident_client *c)
struct ident_client *c = arg;
identd_parse(struct ident_client *c, int ch)