Home
last modified time | relevance | path

Searched refs:inet_trans (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bsnmp/snmpd/
H A Dtrans_inet.h36 extern const struct transport_def inet_trans;
H A Dtrans_inet.c63 extern const struct transport_def inet_trans;
206 return (trans_register(&inet_trans, &my_trans)); in inet_start()
416 const struct transport_def inet_trans = { variable
H A Dmain.c1665 if (inet_trans.start() != SNMP_ERR_NOERROR) in main()