Home
last modified time | relevance | path

Searched refs:host (Results 1 – 20 of 20) sorted by relevance

/lk-master/tools/
A Dlkboot.c57 const char *host = argv[1]; in main() local
65 return lkboot_txn(host, cmd, fd, ""); in main()
67 return lkboot_txn(host, cmd + 1, fd, ""); in main()
87 if (lkboot_txn(host, cmd, -1, args) == 0) { in main()
95 return lkboot_txn(host, cmd + 1, -1, args); in main()
105 return lkboot_txn(host, cmd, fd, args); in main()
A Dliblkboot.c180 int lkboot_txn(const char *host, const char *_cmd, int txfd, const char *args) { in lkboot_txn() argument
221 if (!strcmp(host, "-")) { in lkboot_txn()
225 } else if (!strcasecmp(host, "jtag")) { in lkboot_txn()
232 in_addr_t addr = lookup_hostname(host); in lkboot_txn()
234 fprintf(stderr, "error: cannot find host '%s'\n", host); in lkboot_txn()
239 fprintf(stderr, "error: cannot connect to host '%s'. retrying...\n", host); in lkboot_txn()
A Dliblkboot.h13 int lkboot_txn(const char *host, const char *cmd, int txfd, const char *args);
/lk-master/lib/minip/
A Dudp.c33 uint32_t host; member
73 status_t udp_open(uint32_t host, uint16_t sport, uint16_t dport, udp_socket_t **handle) { in udp_open() argument
75 IPV4_SPLIT(host), sport, dport, handle); in udp_open()
88 dst_mac = arp_get_dest_mac(host); in udp_open()
94 socket->host = host; in udp_open()
145 minip_build_ipv4_hdr(ip, handle->host, IP_PROTO_UDP, len + sizeof(udp_hdr_t)); in udp_send_iovec()
A Dlk_console.c87 uint32_t host = 0x0100000A; // 10.0.0.1 in cmd_minip() local
99 host = str_ip_to_int(argv[2].str, strlen(argv[2].str)); in cmd_minip()
103 if (udp_open(host, port, port, &handle) != NO_ERROR) { in cmd_minip()
104 printf("udp_open to %u.%u.%u.%u:%u failed\n", IPV4_SPLIT(host), port); in cmd_minip()
118 printf("sending %u packet(s) to %u.%u.%u.%u:%u\n", count, IPV4_SPLIT(host), port); in cmd_minip()
A Darp.c157 const uint8_t *arp_get_dest_mac(uint32_t host) { in arp_get_dest_mac() argument
162 if (host == IPV4_BCAST) { in arp_get_dest_mac()
166 dst_mac = arp_cache_lookup(host); in arp_get_dest_mac()
168 arp_send_request(host); in arp_get_dest_mac()
172 dst_mac = arp_cache_lookup(host); in arp_get_dest_mac()
A Dminip.c157 const uint8_t *get_dest_mac(uint32_t host) { in get_dest_mac() argument
162 if (host == IPV4_BCAST) { in get_dest_mac()
166 dst_mac = arp_cache_lookup(host); in get_dest_mac()
168 send_arp_request(host); in get_dest_mac()
172 dst_mac = arp_cache_lookup(host); in get_dest_mac()
A Dminip-internal.h97 const uint8_t *arp_get_dest_mac(uint32_t host);
112 const uint8_t *get_dest_mac(uint32_t host);
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc/example/
A Dreadme.dox39 * Connect the USB cable between micro connector on board and to a host.
40 * When connected to Windows host use the .inf included in the project
41 * directory to install the driver. For OSx (Mac) host, no drivers are needed.<br>
/lk-master/external/platform/nrfx/doc/
A Dmain_page.dox19 Hence, for a given host environment, a light integration layer must be provided
29 versions can be placed in any location within the host environment that the
44 a specific way according to the requirements of the host environment.
73 in any suitable location within the host environment.
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_cdc_uart/example/
A Dreadme.dox40 * Connect the USB cable between micro connector on board and to a host.
41 * When connected to Windows host use the .inf included in the project
42 * directory to install the driver. For OSx (Mac) host, no drivers are needed.<br>
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_composite/example/
A Dreadme.dox43 * Connect the USB cable between micro connector on board and to a host.
44 * When connected to Windows host use the .inf included with the LPCOPen example
48 * For OSx (Mac) host, no drivers are needed.<br>
/lk-master/target/sifive-unleashed/dt/
A Dhifive-unleashed-a00-microsemi.dts11 compatible = "microsemi,ms-pf-axi-pcie-host";
/lk-master/external/lib/lwip/include/ipv4/lwip/
A Dip_addr.h184 #define ip_addr_get_network(target, host, netmask) ((target)->addr = ((host)->addr) & ((netmask)->a… argument
/lk-master/lib/minip/include/lib/
A Dminip.h55 status_t udp_open(uint32_t host, uint16_t sport, uint16_t dport, udp_socket_t **handle);
/lk-master/external/platform/lpc15xx/lpcopen/usbd_rom_hid_generic/example/
A Dreadme.dox41 * Connect the USB cable between micro connector on board and to a host.
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rb/example/
A Dreadme.dox39 * start a terminal program to monitor the port. The terminal program on the host
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_int/example/
A Dreadme.dox39 * start a terminal program to monitor the port. The terminal program on the host
/lk-master/external/platform/lpc15xx/lpcopen/periph_uart_rom_polling/example/
A Dreadme.dox39 * start a terminal program to monitor the port. The terminal program on the host
/lk-master/external/platform/stm32f0xx/CMSIS/
A DCMSIS_END_USER_LICENCE_AGREEMENT.txt38 …re created pursuant to Clause 1.3) to software debug tools installed on a host computer running a …

Completed in 21 milliseconds