Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/freemodbus/tcp_slave/port/
Dport_tcp_slave.h102 void vMBTCPPortSlaveSetNetOpt(void* pvNetIf, eMBPortIpVer xIpVersion, eMBPortProto xProto, CHAR* pc…
Dport_tcp_slave.c170 void vMBTCPPortSlaveSetNetOpt(void* pvNetIf, eMBPortIpVer xIpVersion, eMBPortProto xProto, CHAR* pc… in vMBTCPPortSlaveSetNetOpt() argument
174 xConfig.eMbProto = xProto; in vMBTCPPortSlaveSetNetOpt()
/hal_espressif-3.4.0/components/freemodbus/tcp_master/port/
Dport_tcp_master.h133 void vMBTCPPortMasterSetNetOpt(void* pvNetIf, eMBPortIpVer xIpVersion, eMBPortProto xProto);
Dport_tcp_master.c244 void vMBTCPPortMasterSetNetOpt(void* pvNetIf, eMBPortIpVer xIpVersion, eMBPortProto xProto) in vMBTCPPortMasterSetNetOpt() argument
247 xMbPortConfig.eMbProto = xProto; in vMBTCPPortMasterSetNetOpt()