Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
sockaddr_can Struct Reference

#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
 

Detailed Description

struct sockaddr_can - the sockaddr structure for CAN sockets : address family number AF_CAN. : CAN network interface index. : protocol specific address information

Definition at line 131 of file can.h.

Field Documentation

union { ... } can_addr

Definition at line 132 of file can.h.

int can_ifindex

Definition at line 133 of file can.h.

canid_t rx_id

Definition at line 136 of file can.h.

struct { ... } tp
canid_t tx_id

Definition at line 136 of file can.h.


The documentation for this struct was generated from the following file: