Searched refs:dhcp_netid (Results 1 – 4 of 4) sorted by relevance
/external/dnsmasq/src/ |
D | dnsmasq.h | 428 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 …]
|
D | option.c | 672 struct dhcp_netid *np = NULL; in parse_dhcp_opt() 721 new->netid = opt_malloc(sizeof (struct dhcp_netid)); in parse_dhcp_opt() 1674 struct dhcp_netid *tt = opt_malloc(sizeof (struct dhcp_netid)); in one_opt() 1932 struct dhcp_netid *id = NULL; in one_opt() 1935 struct dhcp_netid *newid = opt_malloc(sizeof(struct dhcp_netid)); in one_opt() 1989 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid)); in one_opt() 2035 struct dhcp_netid *nn = opt_malloc(sizeof (struct dhcp_netid)); in one_opt() 2200 struct dhcp_netid *list = NULL; in one_opt() 2223 struct dhcp_netid *member = opt_malloc(sizeof(struct dhcp_netid)); in one_opt() 2733 struct dhcp_netid *id, *next; in reread_dhcp()
|
D | 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; 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 …]
|
D | dhcp.c | 430 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()
|