HomeSort by relevance Sort by last modified time
    Searched refs:dhcp_opt (Results 1 - 5 of 5) sorted by null

  /external/dhcpcd/
showlease.c 27 struct dhcp_opt { struct
33 static const struct dhcp_opt const dhcp_opts[] = {
151 const struct dhcp_opt *opt;
dhcp.c 64 struct dhcp_opt { struct
70 static const struct dhcp_opt const dhcp_opts[] = {
197 const struct dhcp_opt *opt;
214 const struct dhcp_opt *opt;
262 const struct dhcp_opt *opt;
914 const struct dhcp_opt *opt;
1384 const struct dhcp_opt *opt;
    [all...]
  /external/dnsmasq/src/
rfc2131.c 113 static void match_vendor_opts(unsigned char *opt, struct dhcp_opt *dopt);
114 static void do_encap_opts(struct dhcp_opt *opts, int encap, int flag, struct dhcp_packet *mess, unsigned char *end, int null_term);
117 static struct dhcp_opt *pxe_opts(int pxe_arch, struct dhcp_netid *netid);
148 struct dhcp_opt *o;
730 struct dhcp_opt opt71;
    [all...]
dnsmasq.h 468 struct dhcp_opt { struct
477 struct dhcp_opt *next;
630 struct dhcp_opt *dhcp_opts, *dhcp_match;
option.c 668 struct dhcp_opt *new = opt_malloc(sizeof(struct dhcp_opt));
    [all...]

Completed in 44 milliseconds