Lines Matching refs:dlt_list
3173 handle->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
3177 if (handle->dlt_list != NULL) {
3178 handle->dlt_list[0] = DLT_EN10MB;
3179 handle->dlt_list[1] = DLT_DOCSIS;
3477 handle->dlt_list = (u_int *) malloc(sizeof(u_int) * 3);
3481 if (handle->dlt_list != NULL) {
3482 handle->dlt_list[0] = DLT_FC_2;
3483 handle->dlt_list[1] = DLT_FC_2_WITH_FRAME_DELIMS;
3484 handle->dlt_list[2] = DLT_IP_OVER_FC;
3736 if (handle->dlt_list != NULL) {
3737 free(handle->dlt_list);
3738 handle->dlt_list = NULL;