Searched refs:state_pl (Results 1 – 2 of 2) sorted by relevance
74 PKT_LIST *state_pl = NULL; variable721 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()[all …]
43 extern PKT_LIST *state_pl;