Searched defs:port (Results 151 - 175 of 202) sorted by relevance

123456789

/osnet-11/usr/src/cmd/ldap/common/
H A Dldaptest.c259 int i, c, port, cldapflg, errflg, method, id, local
267 char *usage = "usage: %s [-u] [-h host] [-d level] [-s dnsuffix] [-p port] [-t file] [-T file]\n";
292 port = LDAP_PORT;
328 port = atoi( optarg );
359 host == NULL ? "(null)" : host, port );
363 ld = cldap_open( host, port );
366 ld = ldap_init( host, port );
808 printf( "\t port: " );
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DFTP.pm803 sub port subroutine
805 @_ == 1 || @_ == 2 or croak 'usage: $ftp->port([PORT])';
807 my($ftp,$port) = @_;
812 unless(defined $port)
826 $port = join(',', @myaddr, $myport >> 8, $myport & 0xff);
831 $ok = $ftp->_PORT($port);
833 ${*$ftp}{'net_ftp_port'} = $port;
942 my @port = split(/,/,${*$ftp}{'net_ftp_pasv'});
944 $data = $pkg->new(PeerAddr => join(".",@port[0..3]),
945 PeerPort => $port[
[all...]
/osnet-11/usr/src/lib/libuefi_rt/common/
H A Dlibuefi_rt_impl.h177 uint16_t port; member in struct:uefi_sata_device_path
/osnet-11/usr/src/lib/libsasl/plugin/
H A Dplugin_common.c93 in_port_t port; local
95 int port; local
108 port = sin6->sin6_port;
111 sin4->sin_port = port;
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dos-ip.c475 LDAPDebug( LDAP_DEBUG_TRACE, "nsldapi_connect_to_host: %s, port: %d\n",
542 int parse_err, port; local
556 parse_err = ldap_x_hostlist_first( hostlist, defport, &host, &port,
643 sin.sin_port = htons( (unsigned short)port );
717 parse_err = ldap_x_hostlist_next( &host, &port, status );
/osnet-11/usr/src/lib/libldap5/sources/ldap/ssldap/
H A Dldapsinit.c259 int port; local
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlaggr.c164 laioc_info_port_t *port; local
191 * Go through each port that is part of the group.
194 port = (laioc_info_port_t *)where;
196 attrp->lg_ports[i].lp_linkid = port->lp_linkid;
197 bcopy(port->lp_mac, attrp->lg_ports[i].lp_mac, ETHERADDRL);
198 attrp->lg_ports[i].lp_state = port->lp_state;
199 attrp->lg_ports[i].lp_lacp_state = port->lp_lacp_state;
201 where = (port + 1);
451 * If any port has LLDP enabled, we have to disable LLDP
461 * Note that FPORTS is a list of port linkid
[all...]
H A Dlibdllink.c888 dladm_aggr_port_attr_db_t port[1]; local
914 port[0].lp_linkid = del_arg->linkid;
915 (void) dladm_aggr_remove(handle, aggrid, 1, port,
/osnet-11/usr/src/lib/libdns_sd/java/common/
H A DJNISupport.c429 uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context)
448 // Since Java ints are defined to be big-endian, we canonicalize 'port' from a 16-bit
450 port = ( ((unsigned char*) &port)[0] << 8) | ((unsigned char*) &port)[1];
465 port, txtObj);
538 jstring domain, jstring host, jint port, jbyteArray txtRecord)
565 // Since Java ints are defined to be big-endian, we de-canonicalize 'port' from a
567 uint16_t portBits = port;
427 ServiceResolveReply( DNSServiceRef sdRef _UNUSED, DNSServiceFlags flags, uint32_t interfaceIndex, DNSServiceErrorType errorCode, const char *fullname, const char *hosttarget, uint16_t port, uint16_t txtLen, const unsigned char *txtRecord, void *context) argument
536 Java_com_apple_dnssd_AppleRegistration_BeginRegister( JNIEnv *pEnv, jobject pThis, jint ifIndex, jint flags, jstring serviceName, jstring regType, jstring domain, jstring host, jint port, jbyteArray txtRecord) argument
/osnet-11/usr/src/lib/libiov/sparc/
H A Dlibiov_hp.c136 i_iov_dprintf("iov_hp_add: can't create port %s under %s\n",
198 i_iov_dprintf("iov_hp_remove: %s is not a port\n", connection);
213 /* Remove the port */
326 * Given the path to a port, walk down the tree and change the state
456 char *slash = NULL, *port = NULL; local
551 port = strchr(slash + 1, '/');
554 /* now 'port' points to parent of the node to be probed. */
555 *port = '\0';
557 slash = strchr(port + 1, '/');
563 i_iov_path_to_connection(port
608 char *s, *parent, *port; local
[all...]
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c104 #include "port-sockets.h"
549 int port, const struct addrinfo *template)
570 sin4->sin_port = port;
585 sin6->sin6_port = port;
849 int port = 0, socktype; local
874 port = htons (p);
894 port = sp->s_port;
926 ret = fai_add_entry (&res, &addr4, port, &template);
928 ret = fai_add_hosts_by_name (name, &template, port, flags,
1013 int port; local
548 fai_add_entry(struct addrinfo **result, void *addr, int port, const struct addrinfo *template) argument
[all...]
/osnet-11/usr/src/lib/libadutils/common/
H A Dadutils.c58 static void delete_ds(adutils_ad_t *ad, const char *host, int port);
560 delete_ds((*ad), p->host, p->port);
606 adh->ld = ldap_init(adh->host, adh->port);
609 "%s port %d failed. (%s)", adh->host,
610 adh->port, strerror(errno));
643 "%s port %d failed. (%s)", adh->host, adh->port,
649 adh->host, adh->port);
764 delete_ds(NULL, adh->host, adh->port);
773 adutils_add_ds(adutils_ad_t *ad, const char *host, int port) argument
841 delete_ds(adutils_ad_t *ad, const char *host, int port) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dahci.c125 int port; member in struct:grub_ahci_device
183 grub_dprintf ("ahci", "found device ahci%d (port %d)\n", dev->num, dev->port);
185 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_FRE;
187 while ((dev->hba->ports[dev->port].command & GRUB_AHCI_HBA_PORT_CMD_FR))
194 dev->hba->ports[dev->port].command &= ~GRUB_AHCI_HBA_PORT_CMD_ST;
196 while ((dev->hba->ports[dev->port].command & GRUB_AHCI_HBA_PORT_CMD_CR))
203 dev->hba->ports[dev->port].fbs = 2;
209 dev->hba->ports[dev->port].fis_base = grub_dma_get_phys (dev->rfis);
210 dev->hba->ports[dev->port]
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dtcp.c85 grub_uint16_t port; member in struct:grub_net_tcp_listen
131 grub_net_tcp_listen (grub_uint16_t port, argument
144 ret->port = port;
661 grub_error (GRUB_ERR_NET_PORT_CLOSED, "port closed");
943 if (!(grub_be_to_cpu16 (tcph->dst) == listen->port
/osnet-11/usr/src/grub/grub2/util/
H A Dgetroot.c813 mach_port_t port = ports[i]; local
814 if (port != MACH_PORT_NULL)
815 mach_port_deallocate (mach_task_self(), port); local
/osnet-11/usr/src/lib/auditd_plugins/syslog/
H A Dsystoken.c361 * remote port: ushort
362 * local port: ushort
444 * ip port address token id adr_char
445 * port address adr_short
841 int32_t port, machine; local
845 adrm_int32(&(ctx->adr), &port, 1);
862 * port adr_int32
870 int32_t port, type; local
875 adrm_int32(&(ctx->adr), &port, 1);
898 int64_t port; local
928 int64_t port; local
1029 int32_t port; /* not used in output */ local
1059 int32_t port; /* not used in output */ local
1087 int64_t port; local
1117 int64_t port; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c112 { CVT, CFGA_LIB_ERROR, "Cannot determine sata port number for " },
248 get_port_num(const char *ap_id, uint32_t *port);
615 * Checking device type. A port multiplier is not configurable - it is
774 * If the port originally with device attached and was
825 * If the port needs to be forced into the
1441 uint32_t port; local
1709 /* This is an empty port */
1710 if (get_port_num(ap_id, &port) != SATA_CFGA_OK) {
1714 if (port & SATA_CFGA_PMPORT_QUAL) {
1715 (void) strlcpy((*ap_id_list)->ap_type, "pmult-port",
1866 get_port_num(const char *ap_id, uint32_t *port) argument
1917 uint_t port; local
2006 uint_t port; local
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c89 { CVT, CFGA_LIB_ERROR, "Cannot determine hub port number for " },
473 * Takes a validated ap_id and extracts the port number.
476 get_port_num(const char *ap_id, uint_t *port) argument
487 *port = strtol(port_nbr_str, NULL, 10);
489 DPRINTF("get_port_num: conversion of port str failed\n");
516 uint32_t port; local
529 /* Set up to pass port number down to driver */
539 if ((rv = get_port_num(ap_id, &port)) != CFGA_USB_OK) {
546 if (nvlist_add_int32(*user_nvlistp, PORT, port) == -1) {
625 uint_t port; local
[all...]
/osnet-11/usr/src/cmd/sendmail/src/
H A Ddaemon.c86 ** Opens a port and initiates a connection.
95 ** makeconnection(host, port, mci, e, enough)
97 ** port. Returns zero on success, else an exit status
108 ** GETREQUESTS -- open mail IPC port and get requests.
166 sm_dprintf("getrequests: daemon %s: port %d\n",
919 /* close the port so that others will hang (for a while) */
1233 ** port number on which daemon should run
1241 unsigned short port; local
1262 port = daemonaddr->sin.sin_port;
1272 port
1440 char *port = NULL; local
3390 unsigned short SM_NONVOLATILE port = 0; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/grub/
H A Dasmstub.c1094 /* Get the port number of the unit UNIT. In the grub shell, this doesn't
1104 serial_hw_init (unsigned short port, unsigned int speed, argument
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dgraphics.c114 static inline void outb(unsigned short port, unsigned char val) argument
116 __asm __volatile ("outb %0,%1"::"a" (val), "d" (port));
/osnet-11/usr/src/cmd/sendmail/libmilter/
H A Dengine.c1171 unsigned short port = 0; local
1196 if (i + sizeof port >= l)
1204 (void) memcpy((void *) &port, (void *) (s + i),
1205 sizeof port);
1206 i += sizeof port;
1224 if (port > 0)
1225 sockaddr.sin.sin_port = port;
1242 if (port > 0)
1243 sockaddr.sin6.sin6_port = port;
/osnet-11/usr/src/lib/libbsm/common/
H A Dadt_token.c235 * remote port
236 * local port
1088 * adt_to_iport takes a uint16_t IP port.
1096 ushort_t port; local
1100 port = ((union convert *)p_data)->tuint16;
1102 if (port == 0) {
1107 adt_write_syslog("adt_to_iport no required port", EINVAL);
1109 (void) au_write(event->ae_event_handle, au_to_iport(port));
/osnet-11/usr/src/lib/libc/port/rt/
H A Dmqueue.c1005 int port; local
1050 port = -1;
1055 port = pn->portnfy_port;
1056 if (fstat64(port, &statb) != 0 ||
1114 tcdp->tcd_port = port;
/osnet-11/usr/src/lib/libvscan/common/
H A Dlibvscan.c61 #define VS_PNAME_SE_PORT "port"
665 int64_t port; local
719 if ((scf_value_get_integer(vsc->vscf_val[idx], &port)) == -1)
721 if (port <= 0 || port >= UINT16_MAX)
724 vep->vep_port = (uint16_t)port;

Completed in 160 milliseconds

123456789