Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dutil.h81 boolean_t dhcp_add_fqdn_opt(dhcp_pkt_t *, dhcp_smach_t *);
H A Dselect.c202 if (!dhcp_add_fqdn_opt(dpkt, dsmp)) in dhcp_selecting()
H A Dinit_reboot.c80 if (!dhcp_add_fqdn_opt(dpkt, dsmp)) in dhcp_init_reboot_v4()
H A Drenew.c494 if (!dhcp_add_fqdn_opt(dpkt, dsmp) && in dhcp_extending()
H A Dutil.c831 dhcp_add_fqdn_opt(dhcp_pkt_t *dpkt, dhcp_smach_t *dsmp) in dhcp_add_fqdn_opt() function
H A Drequest.c319 if (!dhcp_add_fqdn_opt(dpkt, dsmp) && in dhcp_requesting()