Searched refs:emac_len (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 141 int emac_len = 0; in dhcp_reply() local 256 emac = extended_hwaddr(mess->htype, mess->hlen, mess->chaddr, clid_len, clid, &emac_len); in dhcp_reply() 686 log_packet("PXE", &mess->yiaddr, emac, emac_len, iface_name, (char*) mess->file, in dhcp_reply() 724 log_packet("PXE", NULL, emac, emac_len, iface_name, in dhcp_reply() 751 log_packet("DHCPDECLINE", option_ptr(opt, 0), emac, emac_len, iface_name, in dhcp_reply() 779 … log_packet("DHCPRELEASE", &mess->ciaddr, emac, emac_len, iface_name, message, mess->xid); in dhcp_reply() 836 else if (emac_len == 0) in dhcp_reply() 838 else if (!address_allocate(context, &mess->yiaddr, emac, emac_len, netid, now)) in dhcp_reply() 842 log_packet("DHCPDISCOVER", opt ? option_ptr(opt, 0) : NULL, emac, emac_len, iface_name, in dhcp_reply() 847 log_packet("DHCPOFFER", &mess->yiaddr, emac, emac_len, iface_name, NULL, mess->xid); in dhcp_reply() [all …]
|