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 55 static struct dlt_choice dlt_choices[] = { variable in typeref:struct:dlt_choice
140 for (i = 0; dlt_choices[i].name != NULL; i++) {
141 if (ascii_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1,
143 return (dlt_choices[i].dlt);
153 for (i = 0; dlt_choices[i].name != NULL; i++) {
154 if (dlt_choices[i].dlt == dlt)
155 return (dlt_choices[i].name + sizeof("DLT_") - 1);
166 for (i = 0; dlt_choices[i].name != NULL; i++) {
167 if (dlt_choices[i].dlt == dlt)
168 return (dlt_choices[i].description)
    [all...]
  /external/libpcap/
pcap.c 1144 static struct dlt_choice dlt_choices[] = { variable in typeref:struct:dlt_choice
    [all...]

Completed in 216 milliseconds