Home
last modified time | relevance | path

Searched refs:bfd_config (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/sys/net/
Dbfd.c146 struct bfd_config *bfd_lookup(struct rtentry *);
149 struct socket *bfd_listener(struct bfd_config *, unsigned int);
150 struct socket *bfd_sender(struct bfd_config *, unsigned int);
151 void bfd_input(struct bfd_config *, struct mbuf *);
152 void bfd_set_state(struct bfd_config *, unsigned int);
154 int bfd_send(struct bfd_config *, struct mbuf *);
161 void bfd_error(struct bfd_config *);
166 void bfd_senddown(struct bfd_config *);
167 void bfd_reset(struct bfd_config *);
168 void bfd_set_uptime(struct bfd_config *);
[all …]
Dbfd.h128 struct bfd_config { struct
129 TAILQ_ENTRY(bfd_config) bc_entry;
Droute.h463 struct bfd_config;
476 void rtm_bfd(struct bfd_config *);
Drtsock.c1883 rtm_bfd(struct bfd_config *bfd) in rtm_bfd()