Searched refs:dhcp_pl (Results 1 – 1 of 1) sorted by relevance
74 static PKT_LIST *dhcp_pl = NULL; variable83 if (dhcp_pl != NULL) { in dhcp_info_end()84 free(dhcp_pl->pkt); in dhcp_info_end()85 free(dhcp_pl); in dhcp_info_end()87 dhcp_pl = NULL; in dhcp_info_end()116 if ((dhcp_pl = calloc(1, sizeof (PKT_LIST))) == NULL) { in dhcp_info_init()130 dhcp_pl->len = strlen(ackp) / 2; in dhcp_info_init()131 if ((dhcp_pl->pkt = malloc(dhcp_pl->len)) == NULL) { in dhcp_info_init()134 if (hexascii_to_octet(ackp, dhcp_pl->len * 2, in dhcp_info_init()135 dhcp_pl->pkt, &dhcp_pl->len) != 0) { in dhcp_info_init()[all …]