can-eth-gw-utils Utilities
0.1
A bidirectional CAN to Ethernet Gateway (Utilities)
|
#include <can.h>
Data Fields | |
__kernel_sa_family_t | can_family |
int | can_ifindex |
union { | |
struct { | |
canid_t rx_id | |
canid_t tx_id | |
} tp | |
} | can_addr |
struct sockaddr_can - the sockaddr structure for CAN sockets : address family number AF_CAN. : CAN network interface index. : protocol specific address information
union { ... } can_addr |
struct { ... } tp |