Searched refs:do_opt (Results 1 – 1 of 1) sorted by relevance
/external/dnsmasq/src/ |
D | rfc2131.c | 1716 static int do_opt(struct dhcp_opt *opt, unsigned char *p, struct dhcp_context *context, int null_te… in do_opt() function 1804 int new = do_opt(opt, NULL, NULL, null_term) + 2; in do_encap_opts() 1813 len = do_opt(start, p + 2, NULL, null_term); in do_encap_opts() 1829 len = do_opt(start, p + 2, NULL, null_term); in do_encap_opts() 2256 len = do_opt(opt, NULL, context, in do_options() 2261 do_opt(opt, p, context, in do_options()
|