Searched refs:dlt_choices (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/missing/
H A Ddlnames.c59 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[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap.c959 static struct dlt_choice dlt_choices[] = { variable in typeref:struct:dlt_choice
1071 for (i = 0; dlt_choices[i].name != NULL; i++) {
1072 if (pcap_strcasecmp(dlt_choices[i].name + sizeof("DLT_") - 1,
1074 return (dlt_choices[i].dlt);
1084 for (i = 0; dlt_choices[i].name != NULL; i++) {
1085 if (dlt_choices[i].dlt == dlt)
1086 return (dlt_choices[i].name + sizeof("DLT_") - 1);
1096 for (i = 0; dlt_choices[i].name != NULL; i++) {
1097 if (dlt_choices[i].dlt == dlt)
1098 return (dlt_choices[
[all...]

Completed in 44 milliseconds