Lines Matching refs:in_addr
69 static struct in_addr dhcp_server_ip;
73 static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip,
150 struct in_addr tmp_ip; in store_net_params()
203 net_copy_ip(&net_netmask, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
210 net_copy_ip(&net_gateway, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
219 (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
223 (struct in_addr *)(ext + 2 + 4)); in bootp_process_vendor_field()
284 net_copy_ip(&net_ntp_server, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
345 static void bootp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in bootp_handler()
438 static int dhcp_extended(u8 *e, int message_type, struct in_addr server_ip, in dhcp_extended()
439 struct in_addr requested_ip) in dhcp_extended()
707 struct in_addr zero_ip; in bootp_request()
708 struct in_addr bcast_ip; in bootp_request()
959 struct in_addr offered_ip; in dhcp_send_request_packet()
960 struct in_addr zero_ip; in dhcp_send_request_packet()
961 struct in_addr bcast_ip; in dhcp_send_request_packet()
1022 static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in dhcp_handler()