Home
last modified time | relevance | path

Searched refs:transport_def (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/bsnmp/snmpd/
H A Dsnmpd.h184 struct transport_def { struct
209 const struct transport_def *vtab; argument
225 int trans_register(const struct transport_def *, struct transport **);
H A Dtrans_inet.h36 extern const struct transport_def inet_trans;
H A Dtrans_udp.h53 extern const struct transport_def udp_trans;
H A Dtrans_lsock.h59 extern const struct transport_def lsock_trans;
H A Dtrans_inet.c63 extern const struct transport_def inet_trans;
416 const struct transport_def inet_trans = {
H A Dtrans_udp.c62 const struct transport_def udp_trans = {
H A Dtrans_lsock.c65 const struct transport_def lsock_trans = {
H A Dmain.c239 extern const struct transport_def udp_trans;
240 extern const struct transport_def lsock_trans;
839 trans_register(const struct transport_def *def, struct transport **pp) in trans_register()