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

/freebsd-11-stable/contrib/bsnmp/lib/
H A Dsnmpclient.h76 char *cport; /* port number as string */ member in struct:snmp_client
H A Dsnmpclient.c854 c->cport = NULL;
906 if (snmp_client.cport == NULL) {
907 if ((snmp_client.cport = malloc(1 + sizeof(DEFAULT_PORT)))
912 strcpy(snmp_client.cport, DEFAULT_PORT);
919 free(snmp_client.cport);
920 snmp_client.cport = ptr;
921 strcpy(snmp_client.cport, port);
930 error = getaddrinfo(snmp_client.chost, snmp_client.cport, &hints, &res0);
1136 free(snmp_client.cport);
1855 if (cl->cport !
[all...]
/freebsd-11-stable/crypto/openssh/
H A Dmux.c669 u_int lport, cport; local
674 /* XXX - lport/cport check redundant */
679 buffer_get_int_ret(&cport, m) != 0 ||
681 (cport != (u_int)PORT_STREAMLOCAL && cport > 65535)) {
701 fwd.connect_port = cport;
839 u_int lport, cport; local
847 buffer_get_int_ret(&cport, m) != 0 ||
849 (cport != (u_int)PORT_STREAMLOCAL && cport > 6553
950 u_int cport, i, j; local
[all...]
H A Dchannels.c3457 int cport, struct ForwardOptions *fwd_opts)
3469 if (cport == CHANNEL_CANCEL_PORT_STATIC) {
3474 if (c->host_port != cport)
3518 channel_cancel_lport_listener(struct Forward *fwd, int cport, struct ForwardOptions *fwd_opts) argument
3523 return channel_cancel_lport_listener_tcpip(fwd->listen_host, fwd->listen_port, cport, fwd_opts);
3456 channel_cancel_lport_listener_tcpip(const char *lhost, u_short lport, int cport, struct ForwardOptions *fwd_opts) argument
/freebsd-11-stable/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1433 if (snmp_client.cport != NULL) {
1434 free(snmp_client.cport);
1435 snmp_client.cport = NULL;
2020 snmp_client.cport);

Completed in 129 milliseconds