#include <net.h>
Data Fields | |
| uint8_t | proto_id |
| Protocol ID. | |
| net_proto_send | sfunc |
| Protocol send function. | |
| net_proto_recv | rfunc |
| Protocol receive function. | |
| net_proto_ioctl | ifunc |
| Protocol io control function. | |
Definition at line 105 of file net.h.
1.4.6