Data Fields | |
| uint8_t | bytes [8] |
| Data bytes. | |
| struct { | |
| uint32_t hi | |
| High dword, in network byte order. | |
| uint32_t lo | |
| Low dword, in network byte order. | |
| } | dwords |
| Dwords for the CLP interface. | |
Definition at line 1467 of file phantom.c.
Data bytes.
This field is right-aligned; if only N bytes are present then bytes[0]..bytes[7-N] should be zero, and the data should be in bytes[7-N+1] to bytes[7];
Definition at line 1474 of file phantom.c.
Referenced by phantom_clp_cmd().
High dword, in network byte order.
Definition at line 1478 of file phantom.c.
Referenced by phantom_clp_cmd().
Low dword, in network byte order.
Definition at line 1480 of file phantom.c.
Referenced by phantom_clp_cmd().
| struct { ... } phantom_clp_data::dwords |
1.5.7.1