Lines Matching refs:state_pl
74 PKT_LIST *state_pl = NULL; variable
721 state_pl = NULL; in dhcp_requesting()
745 state_pl = pl; in dhcp_requesting()
832 for (wk = list_hd; wk != NULL && state_pl == NULL; wk = wk->next) { in dhcp_requesting()
839 state_pl = wk; in dhcp_requesting()
854 if (state_pl != NULL) { in dhcp_requesting()
855 if (state_pl->opts[CD_MESSAGE]) in dhcp_requesting()
856 prt_server_msg(state_pl->opts[CD_MESSAGE]); in dhcp_requesting()
857 pl_pkt = state_pl->pkt; in dhcp_requesting()
863 doptp = state_pl->opts[CD_LEASE_TIME]; in dhcp_requesting()
864 if (state_pl->opts[CD_DHCP_TYPE] && (!doptp || in dhcp_requesting()
867 state_pl); in dhcp_requesting()
872 state_pl); in dhcp_requesting()
876 bkmem_free((char *)state_pl->pkt, state_pl->len); in dhcp_requesting()
877 bkmem_free((char *)state_pl, sizeof (PKT_LIST)); in dhcp_requesting()
878 state_pl = NULL; in dhcp_requesting()
892 PKT *pl_pkt = state_pl->pkt; in dhcp_bound()
928 if (state_pl->vs[VS_BOOT_NFS_READSIZE] != NULL) { in dhcp_bound()
929 doptp = state_pl->vs[VS_BOOT_NFS_READSIZE]; in dhcp_bound()
931 state_pl->vs[VS_BOOT_NFS_READSIZE] = NULL; in dhcp_bound()
937 if (state_pl->opts[CD_SUBNETMASK] != NULL) { in dhcp_bound()
938 doptp = state_pl->opts[CD_SUBNETMASK]; in dhcp_bound()
940 state_pl->opts[CD_SUBNETMASK] = NULL; in dhcp_bound()
954 if (state_pl->opts[CD_IPTTL] != NULL) { in dhcp_bound()
955 doptp = state_pl->opts[CD_IPTTL]; in dhcp_bound()
957 state_pl->opts[CD_IPTTL] = NULL; in dhcp_bound()
959 doptp = state_pl->opts[CD_IPTTL]; in dhcp_bound()
970 if (state_pl->opts[CD_ROUTER] != NULL) { in dhcp_bound()
971 doptp = state_pl->opts[CD_ROUTER]; in dhcp_bound()
973 state_pl->opts[CD_ROUTER] = NULL; in dhcp_bound()
1020 if (state_pl->opts[CD_HOSTNAME] != NULL) { in dhcp_bound()
1021 doptp = state_pl->opts[CD_HOSTNAME]; in dhcp_bound()
1122 state_pl = pl; in prom_cached_reply()
1222 create_bootpresponse_bprop(state_pl); in dhcp()
1243 if (dhcp_getinfo_pl(state_pl, optcat, code, in dhcp_getinfo()