Searched refs:print_option (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mpl/dhcp/dist/tests/DHCPv6/ |
H A D | dhcp_client.pm | 354 sub print_option { subroutine 390 print_option(@{$option}, $indent . " "); 403 print_option(@{$option}, $indent . " "); 448 print_option(@{$option}, " ") if ($print);
|
/netbsd-src/external/bsd/dhcpcd/dist/src/ |
H A D | dhcp-common.c | 628 print_option(FILE *fp, const char *prefix, const struct dhcp_opt *opt, in print_option() function 889 if (print_option(fp, prefix, opt, 1, od, ol, ifname) == -1) in dhcp_envoption() 937 if (print_option(fp, pfx, eopt, ov, od, (size_t)eo, in dhcp_envoption()
|
/netbsd-src/external/bsd/unbound/dist/smallapp/ |
H A D | unbound-checkconf.c | 106 print_option(struct config_file* cfg, const char* opt, int final) in print_option() function 987 print_option(cfg, opt, final); in checkconf()
|