Lines Matching refs:dlt_list
2925 handle->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
2929 if (handle->dlt_list != NULL) {
2930 handle->dlt_list[0] = DLT_EN10MB;
2931 handle->dlt_list[1] = DLT_DOCSIS;
3229 handle->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
3233 if (handle->dlt_list != NULL) {
3234 handle->dlt_list[0] = DLT_FC_2;
3235 handle->dlt_list[1] = DLT_FC_2_WITH_FRAME_DELIMS;
3236 handle->dlt_list[2] = DLT_IP_OVER_FC;
3481 if (handle->dlt_list != NULL) {
3482 free(handle->dlt_list);
3483 handle->dlt_list = NULL;