Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A Dinit_reboot.c86 if (df_get_bool(dsmp->dsm_name, dsmp->dsm_isv6, DF_REQUEST_HOSTNAME)) { in dhcp_init_reboot_v4()
220 if (dsmp->dsm_isv6) in dhcp_init_reboot()
237 if (dsmp->dsm_isv6) { in stop_init_reboot()
253 if (df_get_bool(dsmp->dsm_name, dsmp->dsm_isv6, in stop_init_reboot()
262 if (dsmp->dsm_isv6) { in stop_init_reboot()
277 if (dsmp->dsm_isv6) { in stop_init_reboot()
H A Dselect.c138 (void) remove_hostconf(dsmp->dsm_name, dsmp->dsm_isv6); in dhcp_selecting()
144 "%s packets", dsmp->dsm_isv6 ? "Advertise" : "OFFER"); in dhcp_selecting()
156 if (dsmp->dsm_isv6) { in dhcp_selecting()
204 if (df_get_bool(dsmp->dsm_name, dsmp->dsm_isv6, in dhcp_selecting()
258 if (!dsmp->dsm_isv6 && !verify_lif(dsmp->dsm_lif)) { in stop_selecting()
H A Drelease.c67 if (dsmp->dsm_isv6) { in send_declines()
116 if (dsmp->dsm_isv6) { in send_declines()
156 (void) remove_hostconf(dsmp->dsm_name, dsmp->dsm_isv6); in dhcp_release()
158 if (dsmp->dsm_isv6) { in dhcp_release()
H A Drenew.c205 if (dsmp->dsm_isv6) { in dhcp_rebind()
276 (void) remove_hostconf(dsmp->dsm_name, dsmp->dsm_isv6); in dhcp_finish_expire()
381 else if (dsmp->dsm_isv6) in dhcp_expire()
426 if (dsmp->dsm_isv6) { in dhcp_extending()
546 if (!dsmp->dsm_isv6 && in stop_extending()
H A Dbound.c142 if (dsmp->dsm_isv6) { in dhcp_bound()
161 if (dsmp->dsm_isv6) { in dhcp_bound()
195 dsmp->dsm_isv6 && !save_server_id(dsmp, ack)) { in dhcp_bound()
223 if (dsmp->dsm_isv6) { in dhcp_bound()
251 if (oldstate == REBINDING && dsmp->dsm_isv6 && in dhcp_bound()
274 (void) script_start(dsmp, dsmp->dsm_isv6 ? EVENT_EXTEND6 : in dhcp_bound()
286 if (dsmp->dsm_isv6 && !save_server_id(dsmp, ack)) { in dhcp_bound()
330 if (dsmp->dsm_isv6) { in dhcp_bound_complete()
H A Dstates.c139 (dsmp->dsm_isv6 ? ITAB_CAT_V6 : 0), in parse_param_list()
492 if ((old_primary = primary_smach(dsmp->dsm_isv6)) != NULL) in make_primary()
499 alt_primary = primary_smach(!dsmp->dsm_isv6); in make_primary()
518 !dsmp->dsm_isv6)) != NULL) { in make_primary()
790 if (!dsmp->dsm_isv6) { in set_smach_state()
1224 if (dsmp->dsm_isv6) { in reset_smach()
1564 if (!dsmp->dsm_isv6) { in verify_smach()
H A Drequest.c154 boolean_t isv6 = dsmp->dsm_isv6; in dhcp_requesting()
656 (void) remove_hostconf(dsmp->dsm_name, dsmp->dsm_isv6); in accept_v4_acknak()
875 dsmp->dsm_isv6); in accept_v6_message()
888 dsmp->dsm_isv6); in accept_v6_message()
1207 maxreq = dsmp->dsm_isv6 ? DHCPV6_REQ_MAX_RC : DHCP_MAX_REQUESTS; in stop_requesting()
H A Dinform.c63 if (dsmp->dsm_isv6) { in dhcp_inform()
H A Dutil.c693 hcfile = ifname_to_hostconf(dsmp->dsm_name, dsmp->dsm_isv6); in write_lease_to_hostconf()
698 dsmp->dsm_isv6) != -1) { in write_lease_to_hostconf()
H A Dstates.h235 #define dsm_isv6 dsm_lif->lif_pif->pif_isv6 macro
H A Dpacket.c1416 pkt_type_to_string(pkt_recv_type(plp), dsmp->dsm_isv6), in pkt_smach_enqueue()
1417 dsmp->dsm_isv6 ? "v6" : "v4", dsmp->dsm_name); in pkt_smach_enqueue()
1440 if (dsmp->dsm_isv6) { in next_retransmission()
H A Dagent.c981 error = read_hostconf(dsmp->dsm_name, plp, 2, dsmp->dsm_isv6); in ipc_event()
1488 if (!dsmp->dsm_isv6) { in rtsock_event()