Home
last modified time | relevance | path

Searched refs:dhcp_netid (Results 1 – 4 of 4) sorted by relevance

/external/dnsmasq/src/
Ddnsmasq.h426 struct dhcp_netid { struct
428 struct dhcp_netid *next; argument
432 struct dhcp_netid *list;
448 struct dhcp_netid netid;
476 struct dhcp_netid *netid;
495 struct dhcp_netid *netid;
503 struct dhcp_netid *netid;
517 struct dhcp_netid netid;
525 struct dhcp_netid netid;
546 struct dhcp_netid netid, *filter;
[all …]
Drfc2131.c97 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; in dhcp_reply()
147 struct dhcp_netid known_id, iface_id; in dhcp_reply()
376 struct dhcp_netid id, bootp_id; in dhcp_reply()
1548 static size_t dhcp_packet_size(struct dhcp_packet *mess, struct dhcp_netid *netid, in dhcp_packet_size()
1555 struct dhcp_netid *n; in dhcp_packet_size()
[all …]
Doption.c672 struct dhcp_netid *np = NULL; in parse_dhcp_opt()
721 new->netid = opt_malloc(sizeof (struct dhcp_netid)); in parse_dhcp_opt()
1691 struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
1949 struct dhcp_netid *id = NULL; in one_opt()
1952 struct dhcp_netid *newid = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
2006 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
2052 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
2217 struct dhcp_netid *list = NULL; in one_opt()
2240 struct dhcp_netid *member = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
2750 struct dhcp_netid *id, *next; in reread_dhcp()
Ddhcp.c430 struct dhcp_netid *netids) in address_available()
460 struct dhcp_netid *netids) in narrow_context()
505 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int tagnotneeded) in match_netid()
507 struct dhcp_netid *tmp1; in match_netid()
532 struct dhcp_netid *netids, time_t now) in address_allocate()