48 |
* client_dopacket - copy packet to client buf and parse it |
* client_dopacket - copy packet to client buf and parse it |
49 |
* client_p - pointer to client structure for which the buffer data |
* client_p - pointer to client structure for which the buffer data |
50 |
* applies. |
* applies. |
51 |
* buffer - pointr to the buffer containing the newly read data |
* buffer - pointer to the buffer containing the newly read data |
52 |
* length - number of valid bytes of data in the buffer |
* length - number of valid bytes of data in the buffer |
53 |
* |
* |
54 |
* Note: |
* Note: |