Searched refs:tcpPortsTableSize (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_port_ext.h1496 uint8_t tcpPortsTableSize; member in struct:t_FmPortDsarFilteringInfo
/freebsd-13-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c5762 size += params->p_AutoResFilteringInfo->tcpPortsTableSize
5849 < params->p_AutoResFilteringInfo->tcpPortsTableSize)
6263 if (params->p_AutoResFilteringInfo->tcpPortsTableSize)
6266 WRITE_UINT8(ArCommonDescPtr->tcpPortTblSize, params->p_AutoResFilteringInfo->tcpPortsTableSize);
6267 for (i = 0; i < params->p_AutoResFilteringInfo->tcpPortsTableSize; i++)

Completed in 108 milliseconds