Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-tc.c96 TcFcnPortGetName PortGetName; member
299 …g_TcFunctions.PortGetName = (TcFcnPortGetName) pcap_find_function(g_TcFunctions.hTcApiDllHandl… in LoadTcFunctions()
323 || g_TcFunctions.PortGetName == NULL in LoadTcFunctions()
452 name = g_TcFunctions.PortGetName(port); in TcCreatePcapIfFromPort()
682 if (strcmp(g_TcFunctions.PortGetName(pPorts[i]), device) == 0) in TcCreate()