Home
last modified time | relevance | path

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

/freebsd/stand/libsa/
H A Dbootp.c78 struct dhcp_opt;
79 static void setenv_(u_char *cp, u_char *ep, struct dhcp_opt *opts);
485 struct dhcp_opt { struct
491 static struct dhcp_opt vndr_opt[] = { /* Vendor Specific Options */ argument
534 static struct dhcp_opt dhcp_opt[] = { variable
636 setenv_(u_char *cp, u_char *ep, struct dhcp_opt *opts) in setenv_()
646 opts = dhcp_opt; in setenv_()
651 struct dhcp_opt *op; in setenv_()