Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h428 struct dhcp_netid { struct
430 struct dhcp_netid *next; argument
434 struct dhcp_netid *list;
450 struct dhcp_netid netid;
478 struct dhcp_netid *netid;
497 struct dhcp_netid *netid;
505 struct dhcp_netid *netid;
519 struct dhcp_netid netid;
527 struct dhcp_netid netid;
548 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.c676 struct dhcp_netid *np = NULL; in parse_dhcp_opt()
725 new->netid = opt_malloc(sizeof (struct dhcp_netid)); in parse_dhcp_opt()
1652 struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
1910 struct dhcp_netid *id = NULL; in one_opt()
1913 struct dhcp_netid *newid = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
1967 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
2013 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid)); in one_opt()
2178 struct dhcp_netid *list = NULL; in one_opt()
2201 struct dhcp_netid *member = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
2724 struct dhcp_netid *id, *next; in reread_dhcp()
Ddhcp.c435 struct dhcp_netid *netids) in address_available()
465 struct dhcp_netid *netids) in narrow_context()
510 int match_netid(struct dhcp_netid *check, struct dhcp_netid *pool, int tagnotneeded) in match_netid()
512 struct dhcp_netid *tmp1; in match_netid()
537 struct dhcp_netid *netids, time_t now) in address_allocate()