OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlt_choices
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tcpdump/dist/missing/
dlnames.c
53
static struct dlt_choice
dlt_choices
[] = {
variable in typeref:struct:dlt_choice
135
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
136
if (ascii_strcasecmp(
dlt_choices
[i].name + sizeof("DLT_") - 1,
138
return (
dlt_choices
[i].dlt);
148
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
149
if (
dlt_choices
[i].dlt == dlt)
150
return (
dlt_choices
[i].name + sizeof("DLT_") - 1);
161
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
162
if (
dlt_choices
[i].dlt == dlt)
163
return (
dlt_choices
[i].description)
[
all
...]
/src/external/bsd/libpcap/dist/
pcap.c
3238
static struct dlt_choice
dlt_choices
[] = {
variable in typeref:struct:dlt_choice
3429
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
3430
if (pcapint_strcasecmp(
dlt_choices
[i].name, name) == 0)
3431
return (
dlt_choices
[i].dlt);
3441
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
3442
if (
dlt_choices
[i].dlt == dlt)
3443
return (
dlt_choices
[i].name);
3453
for (i = 0;
dlt_choices
[i].name != NULL; i++) {
3454
if (
dlt_choices
[i].dlt == dlt)
3455
return (
dlt_choices
[i].description)
[
all
...]
Completed in 63 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026