Home
last modified time | relevance | path

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

/net/
A Darp.c73 (net_ip.s_addr & net_netmask.s_addr)) { in arp_request()
84 arp_raw_request(net_ip, net_null_ethaddr, net_arp_wait_reply_ip); in arp_request()
144 if (net_ip.s_addr == 0) in arp_receive()
147 if (net_read_ip(&arp->ar_tpa).s_addr != net_ip.s_addr) in arp_receive()
159 net_copy_ip(&arp->ar_spa, &net_ip); in arp_receive()
A Dping.c28 net_set_ip_header(pkt, dest, net_ip, IP_ICMP_HDR_SIZE, IPPROTO_ICMP); in set_icmp_header()
92 if (net_ip.s_addr == 0) in ping_receive()
104 net_copy_ip((void *)&ip->ip_src, &net_ip); in ping_receive()
A Drarp.c39 net_copy_ip(&net_ip, &arp->ar_data[16]); in rarp_receive()
82 memcpy(&rarp->ar_data[6], &net_ip, 4); /* source IP addr */ in rarp_request()
A Dtftp.c818 net_ip.s_addr & 0xFF, in tftp_start()
819 (net_ip.s_addr >> 8) & 0xFF, in tftp_start()
820 (net_ip.s_addr >> 16) & 0xFF, in tftp_start()
821 (net_ip.s_addr >> 24) & 0xFF); in tftp_start()
863 &tftp_remote_ip, &net_ip); in tftp_start()
876 our_net.s_addr = net_ip.s_addr & net_netmask.s_addr; in tftp_start()
964 printf("Listening for TFTP transfer on %pI4\n", &net_ip); in tftp_start_server()
A Dnet.c151 struct in_addr net_ip; variable
224 net_ip = string_to_ip(value); in on_ipaddr()
532 net_ip.s_addr = 0; in net_loop()
543 net_ip.s_addr = 0; in net_loop()
550 net_ip.s_addr = 0; in net_loop()
1366 if (net_ip.s_addr && dst_ip.s_addr != net_ip.s_addr && in net_process_received_packet()
1557 } else if (net_ip.s_addr == 0) { in net_check_prereq()
1699 net_set_ip_header(pkt, dest, net_ip, IP_UDP_HDR_SIZE + len, in net_set_udp_header()
A Dlink_local.c182 net_copy_ip(&net_ip, &ip); in link_local_timeout()
328 net_ip.s_addr = 0; in link_local_receive_arp()
A Dnfs.c933 net_ip.s_addr & 0xFF, in nfs_start()
934 (net_ip.s_addr >> 8) & 0xFF, in nfs_start()
935 (net_ip.s_addr >> 16) & 0xFF, in nfs_start()
936 (net_ip.s_addr >> 24) & 0xFF); in nfs_start()
948 &nfs_server_ip, &net_ip); in nfs_start()
955 our_net.s_addr = net_ip.s_addr & net_netmask.s_addr; in nfs_start()
A Dtcp.c613 &tcp->rhost, &net_ip, tcp_seq_num, tcp_ack_num); in tcp_set_tcp_header()
622 &tcp->rhost, &net_ip, tcp_seq_num, tcp_ack_num); in tcp_set_tcp_header()
630 &tcp->rhost, &net_ip, tcp_seq_num, tcp_ack_num); in tcp_set_tcp_header()
664 b->ip.hdr.tcp_xsum = tcp_set_pseudo_header(pkt, net_ip, tcp->rhost, in tcp_set_tcp_header()
667 net_set_ip_header((uchar *)&b->ip, tcp->rhost, net_ip, in tcp_set_tcp_header()
1178 b->ip.hdr.ip_dst = net_ip; in rxhand_tcp_f()
1183 &net_ip, &src, pkt_len); in rxhand_tcp_f()
1195 &net_ip, &src, tcp_len); in rxhand_tcp_f()
A Dfastboot_tcp.c117 printf("Listening for fastboot command on tcp %pI4\n", &net_ip); in fastboot_tcp_start_server()
A Dwget.c310 &web_server_ip, &net_ip); in wget_start()
317 our_net.s_addr = net_ip.s_addr & net_netmask.s_addr; in wget_start()
A Dfastboot_udp.c294 printf("Listening for fastboot command on %pI4\n", &net_ip); in fastboot_udp_start_server()
A Dbootp.c204 net_copy_ip(&net_ip, &bp->bp_yiaddr); in store_net_params()
1180 &net_ip, get_timer(bootp_start)); in dhcp_handler()
/net/lwip/
A Ddhcp.c87 net_ip.s_addr = dhcp->offered_ip_addr.addr; in dhcp_loop()
A Dnet-lwip.c39 struct in_addr net_ip; variable

Completed in 40 milliseconds