Lines Matching defs:irnet_socket
384 typedef struct irnet_socket struct
388 irda_queue_t q; /* Must be first - for hasbin */
389 int magic; /* Paranoia */
393 struct file * file; /* File descriptor of this instance */
395 struct termios termios; /* Various tty flags */
397 int event_index; /* Last read in the event log */
401 int ppp_open; /* registered with ppp_generic */
402 struct ppp_channel chan; /* Interface to generic ppp layer */
404 int mru; /* Max size of PPP payload */
405 u32 xaccm[8]; /* Asynchronous character map (just */
406 u32 raccm; /* to please pppd - dummy) */
407 unsigned int flags; /* PPP flags (compression, ...) */
408 unsigned int rbits; /* Unused receive flags ??? */
412 int ttp_open; /* Set when IrTTP is ready */
413 int ttp_connect; /* Set when IrTTP is connecting */
414 struct tsap_cb * tsap; /* IrTTP instance (the connection) */
416 char rname[NICKNAME_MAX_LEN + 1];
418 __u32 rdaddr; /* Requested peer IrDA address */
419 __u32 rsaddr; /* Requested local IrDA address */
420 __u32 daddr; /* actual peer IrDA address */
421 __u32 saddr; /* my local IrDA address */
422 __u8 dtsap_sel; /* Remote TSAP selector */
423 __u8 stsap_sel; /* Local TSAP selector */
447 } irnet_socket; typedef