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

/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dtrans_udp.h53 extern const struct transport_def udp_trans;
H A Dtrans_udp.c62 const struct transport_def udp_trans = { variable in typeref:struct:transport_def
77 return (trans_register(&udp_trans, &my_trans));
H A Dmain.c237 extern const struct transport_def udp_trans;
1632 if (udp_trans.start() != SNMP_ERR_NOERROR)

Completed in 118 milliseconds