Searched refs:my_trans (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.c73 static struct transport *my_trans; variable in typeref:struct:transport
78 return (trans_register(&udp_trans, &my_trans));
84 if (my_trans != NULL)
85 if (trans_unregister(my_trans) != 0)
192 trans_insert_port(my_trans, &port->tport);
356 if ((p = (struct udp_port *)trans_next_port(my_trans,
363 if ((p = (struct udp_port *)trans_find_port(my_trans,
369 p = (struct udp_port *)trans_find_port(my_trans,
396 p = (struct udp_port *)trans_find_port(my_trans,
409 p = (struct udp_port *)trans_find_port(my_trans,
[all...]
H A Dtrans_lsock.c76 static struct transport *my_trans; variable in typeref:struct:transport
92 if (my_trans != NULL) {
93 if (!force && trans_first_port(my_trans) != NULL)
95 trans_iter_port(my_trans, lsock_remove, 0);
96 return (trans_unregister(my_trans));
104 return (trans_register(&lsock_trans, &my_trans));
189 trans_insert_port(my_trans, &port->tport);
585 if ((p = (struct lsock_port *)trans_next_port(my_trans,
592 if ((p = (struct lsock_port *)trans_find_port(my_trans,
598 p = (struct lsock_port *)trans_find_port(my_trans,
[all...]
H A Dtrans_inet.c175 static struct transport *my_trans; variable in typeref:struct:transport
206 return (trans_register(&inet_trans, &my_trans));
218 if (my_trans != NULL)
219 if (trans_unregister(my_trans) != 0)
1097 trans_insert_port(my_trans, &port->tport);
1240 if ((port = (struct inet_port *)trans_next_port(my_trans,
1247 if ((port = (struct inet_port *)trans_find_port(my_trans,
1253 port = (struct inet_port *)trans_find_port(my_trans,
1275 if ((port = (struct inet_port *)trans_find_port(my_trans,
1303 if ((port = (struct inet_port *)trans_find_port(my_trans,
[all...]

Completed in 57 milliseconds