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

/freebsd-10.0-release/sys/netipx/
H A Dipx.c412 char cport[10], chost[15], cnet[15]; local
454 snprintf(cport, sizeof(cport), "%x", port);
456 snprintf(cport, sizeof(cport), ".%x", port);
458 *cport = 0;
460 printf("%s.%s%s", net, host, cport);
/freebsd-10.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-10.0-release/crypto/openssh/
H A Dmux.c633 u_int lport, cport; local
641 buffer_get_int_ret(&cport, m) != 0 ||
642 lport > 65535 || cport > 65535) {
648 fwd.connect_port = cport;
784 u_int lport, cport; local
791 buffer_get_int_ret(&cport, m) != 0 ||
792 lport > 65535 || cport > 65535) {
798 fwd.connect_port = cport;
884 u_int cport, i, j; local
890 buffer_get_int_ret(&cport,
[all...]
H A Dchannels.c2960 int cport, int gateway_ports)
2972 if (cport == CHANNEL_CANCEL_PORT_STATIC) {
2977 if (c->host_port != cport)
2959 channel_cancel_lport_listener(const char *lhost, u_short lport, int cport, int gateway_ports) argument
/freebsd-10.0-release/usr.bin/netstat/
H A Droute.c1053 char cport[10], chost[15], cnet[15]; local
1100 snprintf(cport, sizeof(cport),
1103 snprintf(cport, sizeof(cport),
1106 *cport = 0;
1108 snprintf(mybuf, sizeof(mybuf), "%s.%s%s", net, host, cport);
/freebsd-10.0-release/usr.sbin/bsnmpd/tools/libbsnmptools/
H A Dbsnmptools.c1442 if (snmp_client.cport != NULL) {
1443 free(snmp_client.cport);
1444 snmp_client.cport = NULL;
2024 snmp_client.cport);

Completed in 121 milliseconds