Return to krt.h CVS log | Up to [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / sysdep / unix |
version 1.1, 2017/08/22 12:33:54 | version 1.1.1.2, 2021/03/17 19:50:23 |
---|---|
Line 112 struct kif_proto { | Line 112 struct kif_proto { |
struct kif_state sys; /* Sysdep state */ | struct kif_state sys; /* Sysdep state */ |
}; | }; |
struct kif_proto *kif_proto; | extern struct kif_proto *kif_proto; |
#define KIF_CF ((struct kif_config *)p->p.cf) | #define KIF_CF ((struct kif_config *)p->p.cf) |