HomeSort by relevance Sort by last modified time
    Searched refs:dlt_list (Results 1 - 11 of 11) sorted by null

  /external/libpcap/
pcap-dag.c 742 if (handle->dlt_list != NULL) {
743 free(handle->dlt_list);
893 if (p->dlt_list == NULL && (p->dlt_list = malloc(255*sizeof(*(p->dlt_list)))) == NULL) {
923 if (p->dlt_list != NULL) {
924 p->dlt_list[index++] = DLT_CHDLC;
925 p->dlt_list[index++] = DLT_PPP_SERIAL;
926 p->dlt_list[index++] = DLT_FRELAY;
949 if (p->dlt_list != NULL)
    [all...]
pcap-snoop.c 279 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
283 if (p->dlt_list != NULL) {
284 p->dlt_list[0] = DLT_EN10MB;
285 p->dlt_list[1] = DLT_DOCSIS;
395 if (p->dlt_list != NULL)
396 free(p->dlt_list);
pcap-nit.c 324 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
328 if (p->dlt_list != NULL) {
329 p->dlt_list[0] = DLT_EN10MB;
330 p->dlt_list[1] = DLT_DOCSIS;
pcap-pf.c 385 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
389 if (p->dlt_list != NULL) {
390 p->dlt_list[0] = DLT_EN10MB;
391 p->dlt_list[1] = DLT_DOCSIS;
514 if (p->dlt_list != NULL)
515 free(p->dlt_list);
pcap-win32.c 447 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
451 if (p->dlt_list != NULL) {
452 p->dlt_list[0] = DLT_EN10MB;
453 p->dlt_list[1] = DLT_DOCSIS;
657 if (p->dlt_list != NULL)
658 free(p->dlt_list);
pcap-snit.c 387 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
391 if (p->dlt_list != NULL) {
392 p->dlt_list[0] = DLT_EN10MB;
393 p->dlt_list[1] = DLT_DOCSIS;
pcap-bpf.c 809 p->dlt_list = bdl.bfl_list;
828 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
832 if (p->dlt_list != NULL) {
833 p->dlt_list[0] = DLT_EN10MB;
834 p->dlt_list[1] = DLT_DOCSIS;
1038 if (p->dlt_list != NULL)
1039 free(p->dlt_list);
pcap-linux.c     [all...]
pcap.c 249 (void)memcpy(*dlt_buffer, p->dlt_list,
278 if (p->dlt_list[i] == dlt)
282 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
799 if (p->dlt_list != NULL)
800 free(p->dlt_list);
pcap-int.h 204 u_int *dlt_list; member in struct:pcap
pcap-dlpi.c 804 p->dlt_list = (u_int *) malloc(sizeof(u_int) * 2);
808 if (p->dlt_list != NULL) {
809 p->dlt_list[0] = DLT_EN10MB;
810 p->dlt_list[1] = DLT_DOCSIS;
960 if (p->dlt_list != NULL)
961 free(p->dlt_list);
    [all...]

Completed in 162 milliseconds