Lines Matching refs:dhcp_netid
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()
1760 static struct dhcp_opt *option_find2(struct dhcp_netid *netid, struct dhcp_opt *opts, int opt) in option_find2()
1847 static int prune_vendor_opts(struct dhcp_netid *netid) in prune_vendor_opts()
1864 static struct dhcp_opt *pxe_opts(int pxe_arch, struct dhcp_netid *netid) in pxe_opts()
1997 struct dhcp_boot *find_boot(struct dhcp_netid *netid) in find_boot()
2020 struct dhcp_netid *netid, in do_options()