Home
last modified time | relevance | path

Searched refs:ip_addr (Results 1 – 10 of 10) sorted by relevance

/u-boot/cmd/
A Dpxe.c86 char ip_addr[9]; in pxe_ipaddr_paths() local
89 sprintf(ip_addr, "%08X", ntohl(net_ip.s_addr)); in pxe_ipaddr_paths()
92 err = get_pxelinux_path(cmdtp, ip_addr, pxefile_addr_r); in pxe_ipaddr_paths()
97 ip_addr[mask_pos] = '\0'; in pxe_ipaddr_paths()
/u-boot/net/
A Ddns.c123 struct in_addr ip_addr; in dns_handler() local
193 memcpy(&ip_addr, p, 4); in dns_handler()
196 ip_to_string(ip_addr, ip_str); in dns_handler()
/u-boot/lib/efi_loader/
A Defi_net.c373 if ((ip->ip_addr[0] & 0xf0) != 0xe0) { in efi_net_mcastiptomac()
396 mac->mac_addr[3] = ip->ip_addr[1] & 0x7F; in efi_net_mcastiptomac()
397 mac->mac_addr[4] = ip->ip_addr[2]; in efi_net_mcastiptomac()
398 mac->mac_addr[5] = ip->ip_addr[3]; in efi_net_mcastiptomac()
808 struct efi_ip_address *ip_addr, in efi_pxe_base_code_arp() argument
/u-boot/doc/usage/
A Dnetconsole.rst15 port of the destination. The format is <ip_addr>:<port>. If <port> is
/u-boot/doc/
A DREADME.arm-relocation176 ip_addr = XXXXXXXXXX
A DREADME.m54418twr189 ip_addr = 192.168.1.2
/u-boot/include/
A Defi_api.h1330 u8 ip_addr[16]; member
1461 struct efi_ip_address ip_addr; member
1557 struct efi_ip_address *ip_addr,
/u-boot/board/freescale/m547xevb/
A DREADME212 ip_addr = 192.162.1.2
/u-boot/board/freescale/m5373evb/
A DREADME190 ip_addr = 192.168.1.3
/u-boot/board/freescale/m54455evb/
A DREADME271 ip_addr = 192.168.1.3

Completed in 16 milliseconds