Lines Matching defs:interface
317 struct interface { struct
328 struct physical_interface *int_phys; /* backpointer */ argument
329 char int_name[IF_NAME_LEN+1];
330 in_addr_t int_addr; /* address on this host (net order) */
331 in_addr_t int_brdaddr; /* broadcast address (n) */
332 in_addr_t int_dstaddr; /* other end of pt-to-pt link (n) */
333 in_addr_t int_net; /* working network # (host order) */
334 in_addr_t int_mask; /* working net mask (host order) */
335 in_addr_t int_ripv1_mask; /* for inferring a mask (n) */
336 in_addr_t int_std_addr; /* class A/B/C address (n) */
337 in_addr_t int_std_net; /* class A/B/C network (h) */
338 in_addr_t int_std_mask; /* class A/B/C netmask (h) */
339 in_addr_t int_ripout_addr; /* RIP pkts sent to this addr */
340 uint64_t int_if_flags; /* some bits copied from kernel */
341 uint32_t int_state;
342 time_t int_act_time; /* last thought healthy (IS_REMOTE) */
343 time_t int_query_time; /* last query (IS_REMOTE) */
344 uint32_t int_transitions; /* times gone up-down */
368 #define IS_ALIAS 0x00000001 /* interface alias */ argument