Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.h423 struct dhcp_netid { struct
425 struct dhcp_netid* next; argument
429 struct dhcp_netid* list;
445 struct dhcp_netid netid;
472 struct dhcp_netid* netid;
491 struct dhcp_netid* netid;
499 struct dhcp_netid* netid;
513 struct dhcp_netid netid;
521 struct dhcp_netid netid;
542 struct dhcp_netid netid, *filter;
[all …]
Ddhcp.c326 struct dhcp_netid* netids) { in address_available()
350 struct dhcp_netid* netids) { in narrow_context()
388 int match_netid(struct dhcp_netid* check, struct dhcp_netid* pool, int tagnotneeded) { in match_netid()
389 struct dhcp_netid* tmp1; in match_netid()
406 int hw_len, struct dhcp_netid* netids, time_t now) { in address_allocate()
Drfc2131.c100 static size_t dhcp_packet_size(struct dhcp_packet* mess, struct dhcp_netid* netid,
105 char* domain, char* config_domain, struct dhcp_netid* netid,
113 static int prune_vendor_opts(struct dhcp_netid* netid);
114 static struct dhcp_opt* pxe_opts(int pxe_arch, struct dhcp_netid* netid);
115 struct dhcp_boot* find_boot(struct dhcp_netid* netid);
134 struct dhcp_netid* netid; in dhcp_reply()
142 struct dhcp_netid known_id, iface_id; in dhcp_reply()
348 struct dhcp_netid id, bootp_id; in dhcp_reply()
1356 static size_t dhcp_packet_size(struct dhcp_packet* mess, struct dhcp_netid* netid, in dhcp_packet_size()
1362 struct dhcp_netid* n; in dhcp_packet_size()
[all …]
Doption.c659 struct dhcp_netid* np = NULL; in parse_dhcp_opt()
696 new->netid = opt_malloc(sizeof(struct dhcp_netid)); in parse_dhcp_opt()
1484 struct dhcp_netid* tt = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
1700 struct dhcp_netid* id = NULL; in one_opt()
1702 struct dhcp_netid* newid = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
1751 struct dhcp_netid* nn = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
1796 struct dhcp_netid* nn = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
1944 struct dhcp_netid* list = NULL; in one_opt()
1960 struct dhcp_netid* member = opt_malloc(sizeof(struct dhcp_netid)); in one_opt()
2405 struct dhcp_netid *id, *next; in reread_dhcp()