Searched refs:tport (Results 1 - 12 of 12) sorted by relevance

/freebsd-9.3-release/contrib/bsnmp/snmpd/
H A Dtrans_udp.h34 struct tport tport; /* must begin with this */ member in struct:udp_port
H A Dtrans_lsock.h48 struct tport tport; /* must begin with this */ member in struct:lsock_port
H A Dtrans_udp.c53 static void udp_close_port(struct tport *);
54 static int udp_init_port(struct tport *);
55 static ssize_t udp_send(struct tport *, const u_char *, size_t,
94 snmpd_input(&p->input, &p->tport);
101 udp_init_port(struct tport *tp)
165 port->tport.index.len = 5;
166 port->tport.index.subs[0] = addr[0];
167 port->tport.index.subs[1] = addr[1];
168 port->tport.index.subs[2] = addr[2];
169 port->tport
[all...]
H A Dsnmpd.h168 struct tport { struct
170 TAILQ_ENTRY(tport) link; /* table link */
173 TAILQ_HEAD(tport_list, tport);
175 int snmpd_input(struct port_input *, struct tport *);
191 void (*close_port)(struct tport *);
192 int (*init_port)(struct tport *);
194 ssize_t (*send)(struct tport *, const u_char *, size_t,
210 void trans_insert_port(struct transport *, struct tport *);
211 void trans_remove_port(struct tport *);
212 struct tport *trans_find_por
[all...]
H A Dtrans_lsock.c57 static void lsock_close_port(struct tport *);
58 static int lsock_init_port(struct tport *);
59 static ssize_t lsock_send(struct tport *, const u_char *, size_t,
75 lsock_remove(struct tport *tp, intptr_t arg __unused)
170 port->tport.index.len = namelen + 1;
171 port->tport.index.subs[0] = namelen;
173 port->tport.index.subs[u + 1] = name[u];
187 trans_insert_port(my_trans, &port->tport);
190 (err = lsock_init_port(&port->tport)) != SNMP_ERR_NOERROR) {
191 lsock_close_port(&port->tport);
[all...]
H A Dmain.c766 trans_insert_port(struct transport *t, struct tport *port)
768 struct tport *p;
784 trans_remove_port(struct tport *port)
793 struct tport *
803 struct tport *
813 struct tport *
823 struct tport *
824 trans_iter_port(struct transport *t, int (*func)(struct tport *, intptr_t),
827 struct tport *p;
1181 snmpd_input(struct port_input *pi, struct tport *tpor argument
[all...]
/freebsd-9.3-release/sys/nfs/
H A Dkrpc_subr.c205 u_int16_t tport; local
259 tport = IPPORT_RESERVED;
261 tport--;
262 sin->sin_port = htons(tport);
265 tport > IPPORT_RESERVED / 2);
/freebsd-9.3-release/sys/netipx/
H A Dipx_pcb.c121 int tport = sipx->sipx_port; local
126 sipx->sipx_port = tport;
/freebsd-9.3-release/crypto/openssl/apps/
H A Docsp.c104 char *thost = NULL, *tport = NULL, *tpath = NULL; local
172 if (tport)
173 OPENSSL_free(tport);
183 tport = port;
798 if (tport)
799 OPENSSL_free(tport);
/freebsd-9.3-release/contrib/tnftp/src/
H A Dfetch.c326 const char *origurl, *tport; local
340 tport = NULL;
346 tport = httpport;
351 tport = ftpport;
446 tport = cp;
449 if (tport != NULL)
450 *port = ftp_strdup(tport);
/freebsd-9.3-release/sys/dev/bxe/
H A Dbxe_stats.h637 estats->s = le32toh(tport->s) + fwstats->s; \
H A Dbxe_stats.c981 struct tstorm_per_port_stats *tport = local

Completed in 111 milliseconds