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

  /external/dnsmasq/src/
dnsmasq.h 422 struct dhcp_netid { struct
424 struct dhcp_netid *next;
428 struct dhcp_netid *list;
444 struct dhcp_netid netid;
471 struct dhcp_netid *netid;
490 struct dhcp_netid *netid;
498 struct dhcp_netid *netid;
512 struct dhcp_netid netid;
520 struct dhcp_netid netid;
541 struct dhcp_netid netid, *filter
    [all...]
dhcp.c 368 struct dhcp_netid *netids)
398 struct dhcp_netid *netids)
443 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int tagnotneeded)
445 struct dhcp_netid *tmp1;
470 struct dhcp_netid *netids, time_t now)
option.c 645 struct dhcp_netid *np = NULL;
694 new->netid = opt_malloc(sizeof (struct dhcp_netid));
    [all...]
rfc2131.c 97 static size_t dhcp_packet_size(struct dhcp_packet *mess, struct dhcp_netid *netid,
106 struct dhcp_netid *netid,
116 static int prune_vendor_opts(struct dhcp_netid *netid);
117 static struct dhcp_opt *pxe_opts(int pxe_arch, struct dhcp_netid *netid);
118 struct dhcp_boot *find_boot(struct dhcp_netid *netid);
139 struct dhcp_netid *netid;
147 struct dhcp_netid known_id, iface_id;
376 struct dhcp_netid id, bootp_id;
    [all...]

Completed in 83 milliseconds