HomeSort by relevance Sort by last modified time
    Searched refs:lease_find_by_client (Results 1 - 3 of 3) sorted by null

  /external/dnsmasq/src/
lease.c 292 struct dhcp_lease *lease_find_by_client(unsigned char *hwaddr, int hw_len, int hw_type, function
dnsmasq.h 833 struct dhcp_lease *lease_find_by_client(unsigned char *hwaddr, int hw_len, int hw_type,
rfc2131.c 259 lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, clid, clid_len);
437 if (!(lease = lease_find_by_client(mess->chaddr, mess->hlen, mess->htype, NULL, 0)) ||
    [all...]

Completed in 164 milliseconds