Searched refs:port (Results 226 - 250 of 366) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp.c262 * @param port the local port to bind to
263 * @return ERR_USE if the port is already in use
266 err_t tcp_bind(struct tcp_pcb *pcb, struct ip_addr *ipaddr, u16_t port) argument
274 if (port == 0) { /* open new port */
275 err = tcp_new_port(&port);
279 } else { /* bind to the specified port */
280 err = idc_bind_tcp_port(port);
289 pcb->local_port = port;
472 tcp_connect(struct tcp_pcb * pcb, struct ip_addr * ipaddr, u16_t port, err_t(*connected) (void *arg, struct tcp_pcb * tpcb, err_t err)) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dpppol2tp.c80 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
81 static void pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr);
110 struct netif *netif, const ip_addr_t *ipaddr, u16_t port,
147 l2tp->remote_port = port;
302 /* Listen to a random source port, we need to do that instead of using udp_connect()
303 * because the L2TP LNS might answer with its own random source port (!= 1701)
345 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) { argument
360 /* discard packet if port mismatch, but only if we received a SCCRP */
361 if (l2tp->phase > PPPOL2TP_STATE_SCCRQ_SENT && l2tp->tunnel_port != port) {
447 pppol2tp_dispatch_control_packet(l2tp, port,
109 pppol2tp_create(struct netif *pppif, struct netif *netif, const ip_addr_t *ipaddr, u16_t port, const u8_t *secret, u8_t secret_len, ppp_link_status_cb_fn link_status_cb, void *ctx_cb) argument
486 pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) argument
[all...]
/barrelfish-2018-10-04/usr/drivers/solarflair/sfxge/common/
H A Dsiena_nvram.c313 unsigned int port; member in struct:siena_parttbl_entry_s
343 for (entry = siena_parttbl; entry->port > 0; ++entry) {
344 if (entry->port == emip->emi_port && entry->nvtype == type)
373 * applicable to *this* port
375 for (entry = siena_parttbl; entry->port > 0; ++entry) {
376 if (entry->port != emip->emi_port ||
657 for (entry = siena_parttbl; entry->port > 0; ++entry) {
665 dcfg_partn = (entry->port == 1)
669 * Ingore missing partitions on port 2, assuming they're due
670 * to to running on a single port par
[all...]
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dpppol2tp.c80 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
81 static void pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr);
110 struct netif *netif, const ip_addr_t *ipaddr, u16_t port,
147 l2tp->remote_port = port;
302 /* Listen to a random source port, we need to do that instead of using udp_connect()
303 * because the L2TP LNS might answer with its own random source port (!= 1701)
345 static void pppol2tp_input(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) { argument
360 /* discard packet if port mismatch, but only if we received a SCCRP */
361 if (l2tp->phase > PPPOL2TP_STATE_SCCRQ_SENT && l2tp->tunnel_port != port) {
447 pppol2tp_dispatch_control_packet(l2tp, port,
109 pppol2tp_create(struct netif *pppif, struct netif *netif, const ip_addr_t *ipaddr, u16_t port, const u8_t *secret, u8_t secret_len, ppp_link_status_cb_fn link_status_cb, void *ctx_cb) argument
486 pppol2tp_dispatch_control_packet(pppol2tp_pcb *l2tp, u16_t port, struct pbuf *p, u16_t ns, u16_t nr) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/tutorial/
H A Dtkdebug.tex189 set. For a CALL port, a '\#' could be displayed in this position, which
192 identifies it. The `To Invoc:' button can be used to jump to the next port with
195 The `To Depth:' button can be used to jump to the next port within the specified
199 \item The type of the port. The `To Port:' button can be used to
200 select the type of port to jump to.
216 it is stopped at the call port of the query \verb'colour'. The buttons in
222 body goal that corresponds to the goal at the debug port; and the
224 current goal, which is updated at each debug port. The goals are
225 displayed with different colours: blue for a call port, green (success) for
226 an exit port
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/hw/mlx4/
H A Dqp.c175 /*used for INIT/CLOSE port logic*/
261 av->port_pd = cpu_to_be32((qp->port << 24) | to_mpd(qp->ibqp.pd)->pdn);
300 to_mibqp(qp)->port = to_mibqp(qp)->alt_port;
891 + tnl_init->proxy_qp_type * 2 + tnl_init->port - 1;
1431 qp->port = init_attr->port_num;
1450 mlx4_CLOSE_PORT(dev->dev, mqp->port);
1531 static void mlx4_set_sched(struct mlx4_qp_path *path, u8 port) { argument
1532 path->sched_queue = (path->sched_queue & 0xbf) | ((port - 1) << 6);
1536 struct mlx4_ib_qp *qp, struct mlx4_qp_path *path, u8 port,
1540 int is_eth = rdma_port_get_link_layer(&dev->ib_dev, port)
1535 mlx4_set_path(struct mlx4_ib_dev *dev, const struct ib_ah_attr *ah, struct mlx4_ib_qp *qp, struct mlx4_qp_path *path, u8 port, int is_primary) argument
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Ddns.c108 /** Limits the source port to be >= 1024 by default */
110 #define DNS_PORT_ALLOWED(port) ((port) >= 1024)
288 static void dns_recv(void *s, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port);
858 u16_t port = (u16_t)DNS_RAND_TXID(); local
859 if (!DNS_PORT_ALLOWED(port)) {
860 /* this port is not allowed, try again */
864 err = udp_bind(ret, IP_ANY_TYPE, port);
1133 dns_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
1145 LWIP_UNUSED_ARG(port);
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dprintam.c59 void print_port(stream_id nst, int port);
1655 print_port(stream_id nst, int port) argument
1658 port & FIRST_CALL ? "F|" : "",
1659 port & LAST_CALL ? "L|" : "",
1660 port & NO_ARGS ? "NA|" : "",
1661 port & INLINE_PORT ? "I|" : "",
1662 port & BREAKPOINT ? "B|" : "",
1663 PortName(port) + 1
/barrelfish-2018-10-04/tools/aarch64_gem5/
H A Dgem5script.py137 #system.ramdisk.port = system.membus.master
148 system.realview.nvmem.port = system.membus.master
166 system.physmem.port = system.membus.master
/barrelfish-2018-10-04/usr/acpi/
H A Dpcilnk_controller_client.c212 ACPI_DEBUG("add_mapping: GsiBase:%d, AcpiName:%s, port: %"PRIu64"\n",
213 gsiBase, acpiName, to.port);
214 err = set_device_irq(acpiName, gsiBase + to.port);
/barrelfish-2018-10-04/usr/arrakismon/
H A Dlpc.h290 int lpc_handle_pio_read (struct lpc *l, uint16_t port, enum opsize size,
292 int lpc_handle_pio_write (struct lpc *l, uint16_t port, enum opsize size,
/barrelfish-2018-10-04/doc/015-disk-driver-arch/
H A Dusage.tex11 test concludes with releasing the port.
47 Next, we need to initialize \verb+libahci+ and specify which \ac{ahci} port we
48 want to use. For simplicity, we use port $0$ which is the first device
162 To return ownership of the port and clean up resources, a simple call to
/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h393 u16_t port);
395 u16_t port, tcp_connected_fn connected);
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Dsysfs.c907 struct ib_port *port; local
911 port = container_of(p, struct ib_port, kobj);
913 sysfs_remove_group(p, &port->pkey_group);
914 sysfs_remove_group(p, &port->gid_group);
931 struct ib_port *port; local
943 port = container_of(p, struct ib_port, kobj);
945 sysfs_remove_group(p, &port->pkey_group);
946 sysfs_remove_group(p, &port->gid_group);
969 struct ib_port *port;
973 port
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_cm.h115 u8 port; member in struct:ib_cm_req_event_param
225 u8 port; member in struct:ib_cm_sidr_req_event_param
H A Dib_user_cm.h248 __u8 port; member in struct:ib_ucm_req_event_resp
288 __u8 port; member in struct:ib_ucm_sidr_req_event_resp
/barrelfish-2018-10-04/usr/vmkitmon/
H A Dlpc.h303 int lpc_handle_pio_read (struct lpc *l, uint16_t port, enum opsize size,
305 int lpc_handle_pio_write (struct lpc *l, uint16_t port, enum opsize size,
/barrelfish-2018-10-04/tools/molly/
H A Dmolly_init.c34 // port already initialized, and with flow control unnecessary.
36 static inline void outb(int port, char data) argument
38 __asm __volatile("outb %0,%%dx" : : "a" (data), "d" (port));
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dsockets.c275 u16_t port; local
300 /* get the IP address and port of the remote host */
301 err = netconn_peer(newconn, &naddr, &port);
316 sin.sin_port = htons(port);
350 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%" U16_F "\n", port));
379 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%" U16_F ")\n", ntohs(local_port)));
448 LWIP_DEBUGF(SOCKETS_DEBUG, (" port=%" U16_F ")\n", ntohs(remote_port)));
513 u16_t port; local
608 netconn_getaddr(sock->conn, addr, &port,
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dapi_msg.c138 buf->port = pcb->protocol;
167 const ip_addr_t *addr, u16_t port)
201 buf->port = port;
1112 * the IP address and port to bind to
1132 msg->err = udp_bind(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port);
1137 msg->err = tcp_bind(msg->conn->pcb.tcp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port);
1203 * the IP address and port to connect to
1222 msg->err = udp_connect(msg->conn->pcb.udp, API_EXPR_REF(msg->msg.bc.ipaddr), msg->msg.bc.port);
1235 msg->msg.bc.port, lwip_netconn_do_connecte
166 recv_udp(void *arg, struct udp_pcb *pcb, struct pbuf *p, const ip_addr_t *addr, u16_t port) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumssocket.tex73 by the host name and the port number.
76 The port identifies the channel on the host which is used
97 The socket addresses contain the host name and the port number.
98 Since one port number identifies the socket on a given host,
99 the process cannot itself specify the port number it wants to use
102 specify the port number, which is achieved by leaving the port
106 The client, however, has to specify both the host name and the port number:
188 and pass it the host name and port address. Note that this example is Unix
228 % eclipse host port
[all...]
/barrelfish-2018-10-04/lib/lwip2/src/core/ipv4/
H A Dip4.c87 * To use this in your own application/protocol, define LWIP_IP_ACCEPT_UDP_PORT(port)
88 * to return 1 if the port is accepted and 0 if the port is not accepted.
91 /* accept DHCP client port and custom port */
92 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (((port) == PP_NTOHS(DHCP_CLIENT_PORT)) \
93 || (LWIP_IP_ACCEPT_UDP_PORT(port)))
95 /* accept custom port only */
96 #define IP_ACCEPT_LINK_LAYER_ADDRESSED_PORT(port) (LWIP_IP_ACCEPT_UDP_POR
[all...]
/barrelfish-2018-10-04/lib/libc/rpc/
H A Drpc_soc.c209 int port; local
238 port = (((struct sockaddr_in *)svc->xp_ltaddr.buf)->sin_port);
239 svc->xp_port = ntohs(port);
/barrelfish-2018-10-04/lib/nfs/
H A Drpc.c164 void *data, size_t size, struct in_addr ip_address, uint16_t port)
368 * \param port UDP port on server to call
380 errval_t rpc_call(struct rpc_client *client, uint16_t port, uint32_t prog, argument
430 client->connected_port = port;
163 rpc_recv_handler(void *user_state, struct net_socket *socket, void *data, size_t size, struct in_addr ip_address, uint16_t port) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Ds_server.c409 BIO_printf(bio_err," -accept arg - port to accept on (default is %d)\n",PORT);
688 char *host, *path, *port; member in struct:tlsextstatusctx_st
712 char *host, *port, *path; local
739 &host, &port, &path, &use_ssl))
757 port = srctx->port;
791 resp = process_responder(err, req, host, path, port, use_ssl, NULL,
815 OPENSSL_free(port);
841 short port=PORT; local
908 if ((strcmp(*argv,"-port")
[all...]

Completed in 157 milliseconds

1234567891011>>