Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmpd/
H A Dtrans_lsock.h54 void *str_id; /* select handle */ member
H A Dtrans_lsock.c223 if (port->str_id != NULL) in lsock_close_port()
224 fd_deselect(port->str_id); in lsock_close_port()
337 p->str_id = fd_select(p->str_sock, lsock_listen_input, p, NULL); in lsock_init_port()
338 if (p->str_id == NULL) { in lsock_init_port()