Searched refs:cport (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/bsnmp/lib/
H A Dsnmpclient.h76 char *cport; /* port number as string */ member in struct:snmp_client
H A Dsnmpclient.c851 c->cport = NULL;
903 if (snmp_client.cport == NULL) {
904 if ((snmp_client.cport = malloc(1 + sizeof(DEFAULT_PORT)))
909 strcpy(snmp_client.cport, DEFAULT_PORT);
916 free(snmp_client.cport);
917 snmp_client.cport = ptr;
918 strcpy(snmp_client.cport, port);
927 error = getaddrinfo(snmp_client.chost, snmp_client.cport, &hints, &res0);
1131 free(snmp_client.cport);
1845 if (cl->cport !
[all...]
/freebsd-11.0-release/crypto/openssh/
H A Dmux.c666 u_int lport, cport; local
671 /* XXX - lport/cport check redundant */
676 buffer_get_int_ret(&cport, m) != 0 ||
678 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
698 fwd.connect_port = cport;
836 u_int lport, cport; local
844 buffer_get_int_ret(&cport, m) != 0 ||
846 (cport != (u_int)PORT_STREAMLOCAL && cport > 6553
947 u_int cport, i, j; local
[all...]
H A Dchannels.c3091 int cport, struct ForwardOptions *fwd_opts)
3103 if (cport == CHANNEL_CANCEL_PORT_STATIC) {
3108 if (c->host_port != cport)
3152 channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) argument
3157 return channel_cancel_lport_listener_tcpip(fwd->listen_host, fwd->listen_port, cport, fwd_opts);
3090 channel_cancel_lport_listener_tcpip(const char *lhost, u_short lport, int cport, struct ForwardOptions *fwd_opts) argument
/freebsd-11.0-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1437 if (snmp_client.cport != NULL) {
1438 free(snmp_client.cport);
1439 snmp_client.cport = NULL;
2019 snmp_client.cport);

Completed in 121 milliseconds