OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcapint_find_function
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libpcap/dist/
pcap-airpcap.c
176
p_AirpcapGetLastError = (AirpcapGetLastErrorHandler)
pcapint_find_function
(airpcap_lib, "AirpcapGetLastError");
177
p_AirpcapGetDeviceList = (AirpcapGetDeviceListHandler)
pcapint_find_function
(airpcap_lib, "AirpcapGetDeviceList");
178
p_AirpcapFreeDeviceList = (AirpcapFreeDeviceListHandler)
pcapint_find_function
(airpcap_lib, "AirpcapFreeDeviceList");
179
p_AirpcapOpen = (AirpcapOpenHandler)
pcapint_find_function
(airpcap_lib, "AirpcapOpen");
180
p_AirpcapClose = (AirpcapCloseHandler)
pcapint_find_function
(airpcap_lib, "AirpcapClose");
181
p_AirpcapSetDeviceMacFlags = (AirpcapSetDeviceMacFlagsHandler)
pcapint_find_function
(airpcap_lib, "AirpcapSetDeviceMacFlags");
182
p_AirpcapSetLinkType = (AirpcapSetLinkTypeHandler)
pcapint_find_function
(airpcap_lib, "AirpcapSetLinkType");
183
p_AirpcapGetLinkType = (AirpcapGetLinkTypeHandler)
pcapint_find_function
(airpcap_lib, "AirpcapGetLinkType");
184
p_AirpcapSetKernelBuffer = (AirpcapSetKernelBufferHandler)
pcapint_find_function
(airpcap_lib, "AirpcapSetKernelBuffer");
185
p_AirpcapSetFilter = (AirpcapSetFilterHandler)
pcapint_find_function
(airpcap_lib, "AirpcapSetFilter")
[
all
...]
pcap-tc.c
292
g_TcFunctions.QueryPortList = (TcFcnQueryPortList)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcQueryPortList");
293
g_TcFunctions.FreePortList = (TcFcnFreePortList)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcFreePortList");
295
g_TcFunctions.StatusGetString = (TcFcnStatusGetString)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcStatusGetString");
297
g_TcFunctions.PortGetName = (TcFcnPortGetName)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcPortGetName");
298
g_TcFunctions.PortGetDescription = (TcFcnPortGetDescription)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcPortGetDescription");
300
g_TcFunctions.InstanceOpenByName = (TcFcnInstanceOpenByName)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcInstanceOpenByName");
301
g_TcFunctions.InstanceClose = (TcFcnInstanceClose)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcInstanceClose");
302
g_TcFunctions.InstanceSetFeature = (TcFcnInstanceSetFeature)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcInstanceSetFeature");
303
g_TcFunctions.InstanceQueryFeature = (TcFcnInstanceQueryFeature)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcInstanceQueryFeature");
304
g_TcFunctions.InstanceReceivePackets = (TcFcnInstanceReceivePackets)
pcapint_find_function
(g_TcFunctions.hTcApiDllHandle, "TcInstanceReceivePackets")
[
all
...]
pcap-int.h
538
pcap_funcptr_t
pcapint_find_function
(pcap_code_handle_t, const char *);
pcap.c
4291
pcapint_find_function
(pcap_code_handle_t code, const char *func)
function
Completed in 26 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026