Home
last modified time | relevance | path

Searched refs:encap_table_entry (Results 1 – 4 of 4) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/wiretap/
H A Dwtap.c1186 #define encap_table_entry(encap) \ macro
1232 return encap_table_entry(encap).name; in wtap_encap_name()
1244 return encap_table_entry(encap).description; in wtap_encap_description()
1254 if (encap_table_entry(encap).name != NULL && in wtap_name_to_encap()
1255 strcmp(name, encap_table_entry(encap).name) == 0) in wtap_name_to_encap()
/dports/net/wireshark/wireshark-3.6.1/wiretap/
H A Dwtap.c1186 #define encap_table_entry(encap) \ macro
1232 return encap_table_entry(encap).name; in wtap_encap_name()
1244 return encap_table_entry(encap).description; in wtap_encap_description()
1254 if (encap_table_entry(encap).name != NULL && in wtap_name_to_encap()
1255 strcmp(name, encap_table_entry(encap).name) == 0) in wtap_name_to_encap()
/dports/net/tshark-lite/wireshark-3.6.1/wiretap/
H A Dwtap.c1186 #define encap_table_entry(encap) \ macro
1232 return encap_table_entry(encap).name; in wtap_encap_name()
1244 return encap_table_entry(encap).description; in wtap_encap_description()
1254 if (encap_table_entry(encap).name != NULL && in wtap_name_to_encap()
1255 strcmp(name, encap_table_entry(encap).name) == 0) in wtap_name_to_encap()
/dports/net/tshark/wireshark-3.6.1/wiretap/
H A Dwtap.c1186 #define encap_table_entry(encap) \ macro
1232 return encap_table_entry(encap).name; in wtap_encap_name()
1244 return encap_table_entry(encap).description; in wtap_encap_description()
1254 if (encap_table_entry(encap).name != NULL && in wtap_name_to_encap()
1255 strcmp(name, encap_table_entry(encap).name) == 0) in wtap_name_to_encap()