Searched refs:dsm_isv6 (Results 1 – 12 of 12) sorted by relevance
/titanic_50/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | init_reboot.c | 86 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 D | select.c | 138 (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 D | release.c | 67 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 D | renew.c | 205 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 D | bound.c | 142 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 D | states.c | 139 (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 D | request.c | 154 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 D | inform.c | 63 if (dsmp->dsm_isv6) { in dhcp_inform()
|
H A D | util.c | 693 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 D | states.h | 235 #define dsm_isv6 dsm_lif->lif_pif->pif_isv6 macro
|
H A D | packet.c | 1416 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 D | agent.c | 981 error = read_hostconf(dsmp->dsm_name, plp, 2, dsmp->dsm_isv6); in ipc_event() 1488 if (!dsmp->dsm_isv6) { in rtsock_event()
|