Home
last modified time | relevance | path

Searched refs:net_write_ip (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/net/
H A Dsandbox-raw.c96 net_write_ip(&arp->ar_spa, arp_ip); in sb_eth_raw_recv()
98 net_write_ip(&arp->ar_tpa, net_ip); in sb_eth_raw_recv()
H A Dsandbox.c106 net_write_ip(&arp_recv->ar_spa, priv->fake_host_ipaddr); in sb_eth_send()
138 net_write_ip((void *)&ipr->ip_src, in sb_eth_send()
/OK3568_Linux_fs/u-boot/net/
H A Darp.c75 net_write_ip(&arp->ar_spa, source_ip); /* source IP addr */ in arp_raw_request()
77 net_write_ip(&arp->ar_tpa, target_ip); /* target IP addr */ in arp_raw_request()
H A Dbootp.c766 net_write_ip(&bp->bp_ciaddr, zero_ip); in bootp_request()
767 net_write_ip(&bp->bp_yiaddr, zero_ip); in bootp_request()
768 net_write_ip(&bp->bp_siaddr, zero_ip); in bootp_request()
769 net_write_ip(&bp->bp_giaddr, zero_ip); in bootp_request()
987 net_write_ip(&bp->bp_giaddr, zero_ip); in dhcp_send_request_packet()
/OK3568_Linux_fs/u-boot/include/
H A Dnet.h741 static inline void net_write_ip(void *to, struct in_addr ip) in net_write_ip() function