Home
last modified time | relevance | path

Searched refs:get_iface (Results 1 – 5 of 5) sorted by relevance

/freebsd/tests/sys/net/
H A Dif_clone_test.sh463 IFACE=`get_iface $1`
506 IFACE=`get_iface $1`
542 get_iface() function
/freebsd/usr.bin/talk/
H A DMakefile2 SRCS= ctl.c ctl_transact.c display.c get_addrs.c get_iface.c get_names.c \
H A Dget_addrs.c54 if (get_iface(&his_machine_addr, &my_machine_addr) == -1) in get_addrs()
H A Dtalk.h72 extern int get_iface(struct in_addr *, struct in_addr *);
H A Dget_iface.c48 get_iface(struct in_addr *dst, struct in_addr *iface) in get_iface() function