Home
last modified time | relevance | path

Searched refs:net_ip (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/u-boot/net/
H A Darp.c85 (net_ip.s_addr & net_netmask.s_addr)) { in arp_request()
96 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
155 if (net_ip.s_addr == 0) in arp_receive()
158 if (net_read_ip(&arp->ar_tpa).s_addr != net_ip.s_addr) in arp_receive()
170 net_copy_ip(&arp->ar_spa, &net_ip); in arp_receive()
H A Dtftp.c740 net_ip.s_addr & 0xFF, in tftp_start()
741 (net_ip.s_addr >> 8) & 0xFF, in tftp_start()
742 (net_ip.s_addr >> 16) & 0xFF, in tftp_start()
743 (net_ip.s_addr >> 24) & 0xFF); in tftp_start()
770 &tftp_remote_ip, &net_ip); in tftp_start()
777 our_net.s_addr = net_ip.s_addr & net_netmask.s_addr; in tftp_start()
857 printf("Listening for TFTP transfer on %pI4\n", &net_ip); in tftp_start_server()
H A Dnet.c140 struct in_addr net_ip; variable
238 net_ip = string_to_ip(value); in on_ipaddr()
467 net_ip.s_addr = 0; in net_loop()
474 net_ip.s_addr = 0; in net_loop()
481 net_ip.s_addr = 0; in net_loop()
1178 if (net_ip.s_addr && dst_ip.s_addr != net_ip.s_addr && in net_process_received_packet()
1337 if (net_ip.s_addr == 0) { in net_check_prereq()
1472 net_set_ip_header(pkt, dest, net_ip); in net_set_udp_header()
H A Drarp.c45 net_copy_ip(&net_ip, &arp->ar_data[16]); in rarp_receive()
90 memcpy(&rarp->ar_data[6], &net_ip, 4); /* source IP addr */ in rarp_request()
H A Dping.c28 net_set_ip_header(pkt, dest, net_ip); in set_icmp_header()
104 net_copy_ip((void *)&ip->ip_src, &net_ip); in ping_receive()
H A Dnfs.c862 net_ip.s_addr & 0xFF, in nfs_start()
863 (net_ip.s_addr >> 8) & 0xFF, in nfs_start()
864 (net_ip.s_addr >> 16) & 0xFF, in nfs_start()
865 (net_ip.s_addr >> 24) & 0xFF); in nfs_start()
889 &nfs_server_ip, &net_ip); in nfs_start()
896 our_net.s_addr = net_ip.s_addr & net_netmask.s_addr; in nfs_start()
H A Dlink_local.c180 net_copy_ip(&net_ip, &ip); in link_local_timeout()
326 net_ip.s_addr = 0; in link_local_receive_arp()
H A Dbootp.c175 net_copy_ip(&net_ip, &bp->bp_yiaddr); in store_net_params()
1077 &net_ip, get_timer(bootp_start)); in dhcp_handler()
H A Dfastboot.c525 printf("Listening for fastboot command on %pI4\n", &net_ip); in fastboot_start_server()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnet.c246 if (net_ip.s_addr) { in netboot_update_env()
247 ip_to_string(net_ip, tmp); in netboot_update_env()
544 ip_to_string(net_ip, tmp); in do_link_local()
H A Dpxe.c340 sprintf(ip_addr, "%08X", ntohl(net_ip.s_addr)); in pxe_ipaddr_paths()
/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox-raw.c98 net_write_ip(&arp->ar_tpa, net_ip); in sb_eth_raw_recv()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h523 extern struct in_addr net_ip; /* Our IP addr (0 = unknown) */
/OK3568_Linux_fs/u-boot/
H A DSystem.map
H A Du-boot.sym
H A Du-boot.map