OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlt_choices
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/missing/
dlnames.c
54
static struct dlt_choice
dlt_choices
[] = {
variable in typeref:struct:dlt_choice
139
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
140
if (strcasecmp(
dlt_choices
[i].name + sizeof("DLT_") - 1,
142
return (
dlt_choices
[i].dlt);
152
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
153
if (
dlt_choices
[i].dlt == dlt)
154
return (
dlt_choices
[i].name + sizeof("DLT_") - 1);
165
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
166
if (
dlt_choices
[i].dlt == dlt)
167
return (
dlt_choices
[i].description)
[
all
...]
/external/libpcap/
pcap.c
1112
static struct dlt_choice
dlt_choices
[] = {
variable in typeref:struct:dlt_choice
[
all
...]
Completed in 711 milliseconds