Home
last modified time | relevance | path

Searched refs:conf_interface (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/usr.sbin/ldpd/
H A Dconffile.c75 static int Ginterface(struct conf_interface *, char *);
76 static int Ipassive(struct conf_interface *, char *);
77 static int Itaddr(struct conf_interface *, char *);
86 int (* func)(struct conf_interface *, char *);
387 struct conf_interface *conf_if; in Finterface()
420 Ginterface(struct conf_interface *conf_if, char *buf) in Ginterface()
435 Itaddr(struct conf_interface *conf_if, char *buf) in Itaddr()
444 Ipassive(struct conf_interface *conf_if, char *buf) in Ipassive()
H A Dconffile.h54 struct conf_interface { struct
58 SLIST_ENTRY(conf_interface) iflist; argument
60 extern SLIST_HEAD(coifs_head,conf_interface) coifs_head;
H A Dsocketops.c293 struct conf_interface *coif; in is_passive_if()
417 struct conf_interface *coif; in send_hello()