Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c57 typedef TC_STATUS (TC_CALLCONV *TcFcnInstanceClose) (TC_INSTANCE instance); typedef
98 TcFcnInstanceClose InstanceClose;
301 …g_TcFunctions.InstanceClose = (TcFcnInstanceClose) pcapint_find_function(g_TcFunctions.hTcApiD… in LoadTcFunctions()