Symbol: iface_af
usr.sbin/ldpd/hello.c
164
struct iface_af *ia = NULL;
usr.sbin/ldpd/hello.c
37
send_hello(enum hello_type type, struct iface_af *ia, struct tnbr *tnbr)
usr.sbin/ldpd/interface.c
116
struct iface_af *
usr.sbin/ldpd/interface.c
236
struct iface_af *ia;
usr.sbin/ldpd/interface.c
270
struct iface_af *ia;
usr.sbin/ldpd/interface.c
300
if_update_af(struct iface_af *ia, int link_ok)
usr.sbin/ldpd/interface.c
35
static void if_update_af(struct iface_af *, int);
usr.sbin/ldpd/interface.c
37
static void if_start_hello_timer(struct iface_af *);
usr.sbin/ldpd/interface.c
38
static void if_stop_hello_timer(struct iface_af *);
usr.sbin/ldpd/interface.c
380
struct iface_af *ia = arg;
usr.sbin/ldpd/interface.c
387
if_start_hello_timer(struct iface_af *ia)
usr.sbin/ldpd/interface.c
398
if_stop_hello_timer(struct iface_af *ia)
usr.sbin/ldpd/interface.c
406
if_to_ctl(struct iface_af *ia)
usr.sbin/ldpd/ldpd.c
58
static void merge_iface_af(struct iface_af *, struct iface_af *);
usr.sbin/ldpd/ldpd.c
915
merge_iface_af(struct iface_af *ia, struct iface_af *xi)
usr.sbin/ldpd/ldpd.h
285
struct iface_af ipv4;
usr.sbin/ldpd/ldpd.h
286
struct iface_af ipv6;
usr.sbin/ldpd/ldpe.c
745
struct iface_af *ia;
usr.sbin/ldpd/ldpe.h
156
int send_hello(enum hello_type, struct iface_af *, struct tnbr *);
usr.sbin/ldpd/ldpe.h
214
struct iface_af *iface_af_get(struct iface *, int);
usr.sbin/ldpd/ldpe.h
219
struct ctl_iface *if_to_ctl(struct iface_af *);
usr.sbin/ldpd/ldpe.h
268
struct iface_af *, void *, size_t);
usr.sbin/ldpd/ldpe.h
38
struct iface_af *ia;
usr.sbin/ldpd/packet.c
265
struct iface_af *ia;
usr.sbin/ldpd/packet.c
78
send_packet(int fd, int af, union ldpd_addr *dst, struct iface_af *ia,
usr.sbin/ldpd/parse.y
127
static struct iface_af *ia;
usr.sbin/ldpd/printconf.c
103
print_iface(struct iface *iface, struct iface_af *ia)
usr.sbin/ldpd/printconf.c
34
static void print_iface(struct iface *, struct iface_af *);
usr.sbin/ldpd/printconf.c
66
struct iface_af *ia;