~brightbox/bird/debian-packaging

« back to all changes in this revision

Viewing changes to lib/socket.h

  • Committer: Ondřej Surý
  • Date: 2013-11-25 14:59:24 UTC
  • Revision ID: git-v1:a3c058b8752bd98df2231ac88d94931fdb4e0c65
New upstream version 1.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  /* laddr and lifindex are valid only if SKF_LADDR_RX flag is set to request it */
45
45
 
46
46
  int fd;                               /* System-dependent data */
 
47
  int index;                            /* Index in poll buffer */
47
48
  node n;
48
49
  void *rbuf_alloc, *tbuf_alloc;
49
50
  char *password;                               /* Password for MD5 authentication */
91
92
#define SKF_LADDR_TX    4       /* Allow to specify local address for TX packets */
92
93
#define SKF_TTL_RX      8       /* Report TTL / Hop Limit for RX packets */
93
94
 
 
95
#define SKF_THREAD      0x100   /* Socked used in thread, Do not add to main loop */
94
96
 
95
97
/*
96
98
 *      Socket types                 SA SP DA DP IF  TTL SendTo (?=may, -=must not, *=must)