Searched defs:atmtcp_control (Results 1 – 3 of 3) sorted by relevance
20 struct atmtcp_control { struct21 struct atmtcp_hdr hdr;22 int type;23 atm_kptr_t vcc;24 struct sockaddr_atmpvc addr;25 struct atm_qos qos;26 int result;
33 struct atmtcp_control { struct34 struct atmtcp_hdr hdr;35 int type;36 atm_kptr_t vcc;37 struct sockaddr_atmpvc addr;38 struct atm_qos qos;39 int result;
35 struct atmtcp_control { struct36 struct atmtcp_hdr hdr; /* must be first */37 int type; /* message type; both directions */38 atm_kptr_t vcc; /* both directions */39 struct sockaddr_atmpvc addr; /* suggested value from kernel */40 struct atm_qos qos; /* both directions */41 int result; /* to kernel only */