Home
last modified time | relevance | path

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

/dports/net/kamailio/kamailio-5.4.5/src/modules/ims_diameter_server/
H A Dims_diameter_server.c56 static int w_diameter_request(struct sip_msg * msg, char* appid, char* commandcode, char* message);
57 static int w_diameter_request_peer(struct sip_msg *msg, char* peer, char* appid, char* commandcode,…
58 static int w_diameter_request_async(struct sip_msg * msg, char* appid, char* commandcode, char* mes…
213 int w_diameter_request(struct sip_msg * msg, char* appid, char* commandcode, char* message) { in w_diameter_request() argument
214 return diameter_request(msg, 0, appid, commandcode, message, 0); in w_diameter_request()
218 return diameter_request(msg, peer, appid, commandcode, message, 0); in w_diameter_request_peer()
221 static int w_diameter_request_async(struct sip_msg * msg, char* appid, char* commandcode, char* mes… in w_diameter_request_async() argument
222 return diameter_request(msg, 0, appid, commandcode, message, 1); in w_diameter_request_async()
226 return diameter_request(msg, peer, appid, commandcode, message, 1); in w_diameter_request_peer_async()
296 if (get_str_fparam(&s_commandcode, msg, (fparam_t*)commandcode) < 0) { in diameter_request()
[all …]
H A DREADME22 3.1. diameter_request([peer], appid, commandcode, message)
23 3.2. diameter_request_async([peer], appid, commandcode,
54 3.1. diameter_request([peer], appid, commandcode, message)
55 3.2. diameter_request_async([peer], appid, commandcode, message)
161 3.1. diameter_request([peer], appid, commandcode, message)
162 3.2. diameter_request_async([peer], appid, commandcode, message)
164 3.1. diameter_request([peer], appid, commandcode, message)
178 * commandcode - Diameter-Command-Code, e.g.:
191 3.2. diameter_request_async([peer], appid, commandcode, message)
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/input/rmi4/
H A Drmi_smbus.c59 u8 commandcode, const void *buf, size_t len) in smb_block_write() argument
70 len, commandcode, retval, (int)len, buf); in smb_block_write()
80 u16 rmiaddr, int bytecount, bool isread, u8 *commandcode) in rmi_smb_get_command_code() argument
132 *commandcode = i; in rmi_smb_get_command_code()
140 u8 commandcode; in rmi_smb_write_block() local
154 false, &commandcode); in rmi_smb_write_block()
158 retval = smb_block_write(xport, commandcode, in rmi_smb_write_block()
175 u8 commandcode, void *buf, size_t len) in smb_block_read() argument
195 u8 commandcode; in rmi_smb_read_block() local
206 true, &commandcode); in rmi_smb_read_block()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/input/rmi4/
H A Drmi_smbus.c59 u8 commandcode, const void *buf, size_t len) in smb_block_write() argument
70 len, commandcode, retval, (int)len, buf); in smb_block_write()
80 u16 rmiaddr, int bytecount, bool isread, u8 *commandcode) in rmi_smb_get_command_code() argument
132 *commandcode = i; in rmi_smb_get_command_code()
140 u8 commandcode; in rmi_smb_write_block() local
154 false, &commandcode); in rmi_smb_write_block()
158 retval = smb_block_write(xport, commandcode, in rmi_smb_write_block()
175 u8 commandcode, void *buf, size_t len) in smb_block_read() argument
195 u8 commandcode; in rmi_smb_read_block() local
206 true, &commandcode); in rmi_smb_read_block()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/input/rmi4/
H A Drmi_smbus.c59 u8 commandcode, const void *buf, size_t len) in smb_block_write() argument
70 len, commandcode, retval, (int)len, buf); in smb_block_write()
80 u16 rmiaddr, int bytecount, bool isread, u8 *commandcode) in rmi_smb_get_command_code() argument
132 *commandcode = i; in rmi_smb_get_command_code()
140 u8 commandcode; in rmi_smb_write_block() local
154 false, &commandcode); in rmi_smb_write_block()
158 retval = smb_block_write(xport, commandcode, in rmi_smb_write_block()
175 u8 commandcode, void *buf, size_t len) in smb_block_read() argument
195 u8 commandcode; in rmi_smb_read_block() local
206 true, &commandcode); in rmi_smb_read_block()
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DXiaomiGateway.h72 std::string DetermineCommand(uint8_t commandcode);
H A DXiaomiGateway.cpp1417 std::string XiaomiGateway::DetermineCommand(uint8_t commandcode) in DetermineCommand() argument
1420 switch (commandcode) { in DetermineCommand()