Searched refs:trans_find_port (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | trans_udp.c | 363 if ((p = (struct udp_port *)trans_find_port(my_trans, in op_snmp_port() 369 p = (struct udp_port *)trans_find_port(my_trans, in op_snmp_port() 396 p = (struct udp_port *)trans_find_port(my_trans, in op_snmp_port() 409 p = (struct udp_port *)trans_find_port(my_trans, in op_snmp_port()
|
H A D | trans_inet.c | 1247 if ((port = (struct inet_port *)trans_find_port(my_trans, in op_snmp_trans_inet() 1253 port = (struct inet_port *)trans_find_port(my_trans, in op_snmp_trans_inet() 1275 if ((port = (struct inet_port *)trans_find_port(my_trans, in op_snmp_trans_inet() 1303 if ((port = (struct inet_port *)trans_find_port(my_trans, in op_snmp_trans_inet()
|
H A D | snmpd.h | 217 struct tport *trans_find_port(struct transport *,
|
H A D | trans_lsock.c | 592 if ((p = (struct lsock_port *)trans_find_port(my_trans, in op_lsock_port() 598 p = (struct lsock_port *)trans_find_port(my_trans, in op_lsock_port()
|
H A D | main.c | 794 trans_find_port(struct transport *t, const struct asn_oid *idx, u_int sub) in trans_find_port() function
|