Home
last modified time | relevance | path

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

/external/scapy/scapy/contrib/
Dmodbus.py776 function_code = orb(payload[0])
778 if function_code == 0x2B:
785 return _modbus_request_classes[function_code]
788 if function_code in _reserved_funccode_request:
807 function_code = orb(payload[0])
809 if function_code == 0x2B:
816 return _modbus_response_classes[function_code]
820 return _modbus_error_classes[function_code]
823 if function_code in _reserved_funccode_response:
825 elif function_code in _reserved_funccode_error:
[all …]
/external/strace/
Ds390.c993 kernel_ulong_t function_code = tcp->u_arg[0]; in SYS_FUNC() local
1002 printxval64(s390_sthyi_function_codes, function_code, in SYS_FUNC()
1006 switch (function_code) { in SYS_FUNC()