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

  /external/tcpdump/missing/
dlnames.c 59 static struct dlt_choice dlt_choices[] = { variable in typeref:struct:dlt_choice
144 for (i = 0; dlt_choices[i].name != NULL; i++) {
145 if (strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1,
147 return (dlt_choices[i].dlt);
157 for (i = 0; dlt_choices[i].name != NULL; i++) {
158 if (dlt_choices[i].dlt == dlt)
159 return (dlt_choices[i].name + sizeof("DLT_") - 1);
170 for (i = 0; dlt_choices[i].name != NULL; i++) {
171 if (dlt_choices[i].dlt == dlt)
172 return (dlt_choices[i].description)
    [all...]
  /external/libpcap/
pcap.c 1100 static struct dlt_choice dlt_choices[] = { variable in typeref:struct:dlt_choice
    [all...]

Completed in 303 milliseconds