Searched refs:ip_addr (Results 1 – 10 of 10) sorted by relevance
86 char ip_addr[9]; in pxe_ipaddr_paths() local89 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()
123 struct in_addr ip_addr; in dns_handler() local193 memcpy(&ip_addr, p, 4); in dns_handler()196 ip_to_string(ip_addr, ip_str); in dns_handler()
373 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
15 port of the destination. The format is <ip_addr>:<port>. If <port> is
176 ip_addr = XXXXXXXXXX
189 ip_addr = 192.168.1.2
1330 u8 ip_addr[16]; member1461 struct efi_ip_address ip_addr; member1557 struct efi_ip_address *ip_addr,
212 ip_addr = 192.162.1.2
190 ip_addr = 192.168.1.3
271 ip_addr = 192.168.1.3
Completed in 16 milliseconds