/* card */ int registered; /* if registered with mISDN */ char name[MISDN_MAX_IDLEN]; int idx; /* card index */ int pri; /* 1=pri, 0=bri */ int d_idx; /* current dchannel number */ int b_num; /* number of bchannels */
u32 id; /* id of connection */ int ondemand; /* if transmis. is on demand */ int bundle; /* bundle channels in one frm */ int codec; /* codec to use for transmis. */ int limit; /* limit number of bchannels */ bool shutdown; /* if card is released */
/* socket */ struct socket *socket; /* if set, socket is created */ struct completion socket_complete;/* completion of sock thread */ struct task_struct *socket_thread;
spinlock_t socket_lock; /* access sock outside thread */
u32 remoteip; /* if all set, ip is assigned */
u16 localport; /* must always be set */
u16 remoteport; /* must always be set */ struct sockaddr_in sin_local; /* local socket name */ struct sockaddr_in sin_remote; /* remote socket name */ struct msghdr sendmsg; /* ip message to send */ struct kvec sendiov; /* iov for message */
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.