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

/netbsd-current/usr.sbin/ldpd/
H A Dconffile.h54 struct conf_interface { struct
58 SLIST_ENTRY(conf_interface) iflist;
60 extern SLIST_HEAD(coifs_head,conf_interface) coifs_head;
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;
420 Ginterface(struct conf_interface *conf_if, char *buf)
435 Itaddr(struct conf_interface *conf_if, char *buf)
444 Ipassive(struct conf_interface *conf_if, char *buf)
H A Dsocketops.c293 struct conf_interface *coif;
417 struct conf_interface *coif;

Completed in 128 milliseconds