Searched refs:port (Results 176 - 200 of 366) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/usr/block_server/
H A Dnetwork_common.h97 uint16_t port; member in struct:block_net_service
H A Dnetwork_client.c244 msg->msg.setup.tx_ep.port = BLOCK_NET_PORT_RX;
246 msg->msg.setup.rx_ep.port = BLOCK_NET_PORT_TX;
300 uint16_t port)
309 server->port = port;
326 err = tcp_connect(pcb, &server->ip, server->port, block_net_connected_cb);
353 .port = BLOCK_NET_PORT_RX,
363 ep_setup.port = BLOCK_NET_PORT_TX;
298 block_net_connect(struct block_net_service *server, struct ip_addr *ip, uint16_t port) argument
/barrelfish-2018-10-04/include/ahci/
H A Dahci.h100 errval_t ahci_init(uint8_t port, ahci_bind_continuation_fn *_continuation,
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dapi.h56 /* Throughout this file, IP addresses and port numbers are expected to be in
302 u16_t *port, u8_t local);
308 err_t netconn_bind(struct netconn *conn, const ip_addr_t *addr, u16_t port);
309 err_t netconn_connect(struct netconn *conn, const ip_addr_t *addr, u16_t port);
318 const ip_addr_t *addr, u16_t port);
/barrelfish-2018-10-04/usr/eclipseclp/lib_tcl/
H A Dtkec_remote.tcl155 set port [lindex $reslist 1]
160 ec_sync_queue_connect $port $eclipse_name $access
162 ec_async_queue_connect $port $eclipse_name
287 proc ec_sync_queue_connect {port eclipse_name access} {
292 if [catch "socket $ec_remote(host) $port" socketchannel] {
342 proc ec_async_queue_connect {port eclipse_name} {
347 if [catch "socket $ec_remote(host) $port" socketchannel] {
754 proc ec_remote_init {host port {init {}} {pass {}} {format S}} {
760 set ec_remote(port) $port
[all...]
/barrelfish-2018-10-04/lib/libc/resolv/
H A Dres_mkupdate.c972 int port; member in struct:valuelist
998 slp->port = ntohs((u_int16_t)sp->s_port); /*%< host byt order */
1045 slp->port = pp->p_proto; /*%< host byte order */
1084 return (lp->port); /*%< host byte order */
1119 cgetservbyport(u_int16_t port, const char *proto) { /*%< Host byte order. */ argument
1124 port = ntohs(port);
1126 if (port != (u_int16_t)lp->port) /*%< Host byte order. */
1138 serv.s_port = htons((u_int16_t)lp->port);
1185 res_servicename(u_int16_t port, const char *proto) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dsockets.c81 #define IP4ADDR_PORT_TO_SOCKADDR(sin, ipaddr, port) do { \
84 (sin)->sin_port = lwip_htons((port)); \
87 #define SOCKADDR4_TO_IP4ADDR_PORT(sin, ipaddr, port) do { \
89 (port) = lwip_ntohs((sin)->sin_port); }while(0)
93 #define IP6ADDR_PORT_TO_SOCKADDR(sin6, ipaddr, port) do { \
96 (sin6)->sin6_port = lwip_htons((port)); \
100 #define SOCKADDR6_TO_IP6ADDR_PORT(sin6, ipaddr, port) do { \
102 (port) = lwip_ntohs((sin6)->sin6_port); }while(0)
106 static void sockaddr_to_ipaddr_port(const struct sockaddr* sockaddr, ip_addr_t* ipaddr, u16_t* port);
115 #define IPADDR_PORT_TO_SOCKADDR(sockaddr, ipaddr, port) d
317 sockaddr_to_ipaddr_port(const struct sockaddr* sockaddr, ip_addr_t* ipaddr, u16_t* port) argument
471 u16_t port = 0; local
853 u16_t port; local
1737 u16_t port; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_conn.c92 unsigned short port; member in struct:bio_connect_st
198 else if (BIO_get_port(c->param_port,&c->port) <= 0)
207 c->them.sin_port=htons((unsigned short)c->port);
340 ret->port=0;
500 *((int *)ptr)=data->port;
543 data->port= *(int *)ptr;
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dapi_msg.c111 buf->port = pcb->protocol;
137 struct ip_addr *addr, u16_t port)
171 buf->port = port;
702 * the IP address and port to bind to
719 msg->msg.bc.port);
726 msg->msg.bc.port);
825 * the IP address and port to connect to
846 msg->msg.bc.port);
856 msg->msg.bc.port, do_connecte
136 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p, struct ip_addr *addr, u16_t port) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_int.c1184 else { /* use default port number NSRV_PORT_DEFAULT */
1475 nsrv_aport_register_i(key,name,signature,port)
1479 aport_t * port;
1486 if ((port->bdomain_id == (bdomain_id_t) 0) ||
1487 (port->bport_id == (bport_id_t) 0) ||
1488 (port->aport_id == (aport_id_t) 0)) {
1500 (void_ptr) port,
1501 port->bport_id,
1502 port->bdomain_id,
1539 nsrv_aport_look_up_i(key,port_name,port)
[all...]
H A Dlamsg.c55 aport_port(port_id,port)
57 aport_t * port;
H A Dlbmsg.c277 bproc_trigger(port)
278 bport_t * port;
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsdebug.tex33 The {\eclipse} debugger is based on a port model which is an extension
52 the execution flow through any of the port of the box.
61 enters the procedure box by its CALL port and enters the first clause
68 For each CALL port a new procedure box is created and is given:
71 the most recent CALL port. This allows to uniquely identify a
82 the flow gets out of the box by the EXIT port of both boxes (only
83 the EXIT port of the \emph{procedure box} is traced).
87 has alternatives which could be resatisfied), the EXIT port is traced
93 The instantiations shown in the EXIT port are the ones at exit time,
98 the clause box and leaves the procedure box via the FAIL port
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dlbmsg.c272 bproc_trigger(port)
273 bport_t * port;
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dfuture.tex35 port to the rest of the system as a separate entity, makes accomodating
37 \ac{ahci} host controller has a register for each port which contains the port
38 multiplication status for that port) relatively easy as the only parts that
/barrelfish-2018-10-04/lib/ahci/
H A Dstorage_vsic.c109 static errval_t ahci_vsic_alloc(struct storage_vsic *vsic, uint8_t port) argument
118 err = ahci_init(port, ahci_bind_cb, mydata, get_default_waitset());
155 // Allocate port 0
/barrelfish-2018-10-04/lib/bulk_transfer/backends/net/
H A Dbulk_net_backend.h218 * Steer a specific UDP port to this queue.
221 * @param port Port to allocate (in host byte order)
223 errval_t bulk_e10k_port_add(struct bulk_e10k *bu, uint16_t port);
226 * Allocate an unused UDP port and steer it to this queue.
229 * @param port Pointer to variable where port number will be stored (host byte
232 errval_t bulk_e10k_port_alloc(struct bulk_e10k *bu, uint16_t *port);
H A Dbulk_net_e10k.c97 /** Bind specific port to queue */
99 uint16_t port)
103 err = net_ports_rpc->rpc_tx_vtbl.bind_port(net_ports_rpc, net_ports_PORT_UDP, port,
112 /** Get any free port and bind it to the queue */
114 uint16_t *port)
119 b_rx, b_tx, 0, q, &msgerr, port);
581 // Connect to port management service
672 * Steer a specific UDP port to this queue.
675 * @param port Port to allocate (in host byte order)
677 errval_t bulk_e10k_port_add(struct bulk_e10k *bu, uint16_t port) argument
98 port_bind(uint64_t b_rx, uint64_t b_tx, uint64_t q, uint16_t port) argument
113 port_get(uint64_t b_rx, uint64_t b_tx, uint64_t q, uint16_t *port) argument
696 bulk_e10k_port_alloc(struct bulk_e10k *bu, uint16_t *port) argument
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Daddr.c170 in_port_t port;
173 port = sin6->sin6_port;
176 sin6->sin6_port = port;
354 in_port_t port; local
381 * Address comparison fails if the port is set
384 port = sin->sin_port;
398 port = sin6->sin6_port;
414 sin->sin_port = port;
416 sin6->sin6_port = port;
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dmlx4.h400 uint8_t port; member in struct:mlx4_slave_eqe
631 uint8_t port;
777 int port; member in struct:mlx4_port_info
863 struct mlx4_port_info port[MLX4_MAX_PORTS + 1]; member in struct:mlx4_priv
989 int __mlx4_register_mac(struct mlx4_dev *dev, uint8_t port, uint64_t mac);
991 void __mlx4_unregister_mac(struct mlx4_dev *dev, uint8_t port, uint64_t mac);
995 int __mlx4_counter_alloc(struct mlx4_dev *dev, int slave, int port, int *idx);
997 void __mlx4_counter_free(struct mlx4_dev *dev, int slave, int port, uint32_t idx);
1002 uint8_t mlx4_get_default_counter_index(struct mlx4_dev *dev, int slave, int port);
1188 int mlx4_SENSE_PORT(struct mlx4_dev *dev, int port,
[all...]
/barrelfish-2018-10-04/usr/drivers/solarflare/
H A Dmcdi_rpc.h136 bool port, sfn5122f_t *d);
/barrelfish-2018-10-04/usr/eclipseclp/JavaInterface/src/com/parctechnologies/eclipse/
H A DOutOfProcessEclipse.java75 // Read the port number from the eclipseProcess' stdout
81 // make port string into an int
82 int port = Integer.parseInt(portString);
85 remoteConnect(InetAddress.getByName("localhost"), port, passwd);
150 private void remoteConnect(InetAddress hostAddr, int port, argument
154 //System.out.println("Trying to make connection on host "+hostString+", port "
155 // +port+" password "+passwd);
159 // try to set up the connection on the specified port
163 new RemoteEclipse(hostAddr, port, passwd);
/barrelfish-2018-10-04/include/arch/x86_64/barrelfish/
H A Dinvocations_arch.h114 uint16_t port, uint32_t *data)
116 struct sysret sysret = cap_invoke2(iocap, cmd, port);
126 uint16_t port, uint32_t data)
128 return cap_invoke3(iocap, cmd, port, data).error;
113 invoke_iocap_in(struct capref iocap, enum io_cmd cmd, uint16_t port, uint32_t *data) argument
125 invoke_iocap_out(struct capref iocap, enum io_cmd cmd, uint16_t port, uint32_t data) argument
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppol2tp.h170 u16_t remote_port; /* LNS port */
179 u16_t tunnel_port; /* Tunnel port */
196 struct netif *netif, const ip_addr_t *ipaddr, u16_t port,
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mthca/
H A Dmthca_cmd.h273 int port, u8 *status);
274 int mthca_CLOSE_IB(struct mthca_dev *dev, int port, u8 *status);
277 int port, u8 *status);
320 int port, struct ib_wc *in_wc, struct ib_grh *in_grh,

Completed in 303 milliseconds

1234567891011>>