Searched defs:dlt_list (Results 1 - 2 of 2) sorted by relevance

/external/libpcap/
H A Dpcap-int.h191 u_int *dlt_list; member in struct:pcap
H A Dpcap.c921 (void)memcpy(*dlt_buffer, p->dlt_list,
939 pcap_free_datalinks(int *dlt_list) argument
941 free(dlt_list);
967 if (p->dlt_list[i] == dlt)
971 if (p->dlt_count == 2 && p->dlt_list[0] == DLT_EN10MB &&
1754 if (p->dlt_list != NULL) {
1755 free(p->dlt_list);
1756 p->dlt_list = NULL;

Completed in 307 milliseconds