Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-airpcap.c62 typedef BOOL (*AirpcapSetLinkTypeHandler)(PAirpcapHandle, AirpcapLinkType); typedef
78 static AirpcapSetLinkTypeHandler p_AirpcapSetLinkType;
182 …p_AirpcapSetLinkType = (AirpcapSetLinkTypeHandler) pcapint_find_function(airpcap_lib, "AirpcapSetL… in load_airpcap_functions()