Lines Matching refs:in_addr
68 static struct in_addr dhcp_server_ip;
72 static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip,
149 struct in_addr tmp_ip; in store_net_params()
208 net_copy_ip(&net_netmask, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
215 net_copy_ip(&net_gateway, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
224 (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
228 (struct in_addr *)(ext + 2 + 4)); in bootp_process_vendor_field()
289 net_copy_ip(&net_ntp_server, (struct in_addr *)(ext + 2)); in bootp_process_vendor_field()
350 static void bootp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in bootp_handler()
450 static int dhcp_extended(u8 *e, int message_type, struct in_addr server_ip, in dhcp_extended()
451 struct in_addr requested_ip) in dhcp_extended()
719 struct in_addr zero_ip; in bootp_request()
720 struct in_addr bcast_ip; in bootp_request()
974 struct in_addr offered_ip; in dhcp_send_request_packet()
975 struct in_addr zero_ip; in dhcp_send_request_packet()
976 struct in_addr bcast_ip; in dhcp_send_request_packet()
1037 static void dhcp_handler(uchar *pkt, unsigned dest, struct in_addr sip, in dhcp_handler()