Home | History | Annotate | Download | only in src

Lines Matching refs:mac

127   struct dhcp_mac *mac;
269 /* find mac to use for logging and hashing */
273 for (mac = daemon->dhcp_macs; mac; mac = mac->next)
274 if (mac->hwaddr_len == mess->hlen &&
275 (mac->hwaddr_type == mess->htype || mac->hwaddr_type == 0) &&
276 memcmp_masked(mac->hwaddr, mess->chaddr, mess->hlen, mac->mask))
278 mac->netid.next = netid;
279 netid = &mac->netid;
379 /* must have a MAC addr for bootp */
706 /* Can have setting to ignore the client ID for a particular MAC address or hostname */
904 unsigned char *mac = extended_hwaddr(ltmp->hwaddr_type, ltmp->hwaddr_len,
907 addrs, print_mac(daemon->namebuff, mac, len));
1090 /* If a host is configured with more than one MAC address, it's OK to 'nix
1253 get one from MAC address/client-d */
1302 /* find a good value to use as MAC address for logging and address-allocation hashing.
1309 sane MAC address logs. */