File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / iftop / addrs_ioctl.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Oct 18 14:04:50 2016 UTC (7 years, 7 months ago) by misho
Branches: iftop, MAIN
CVS tags: v1_0rc4, HEAD
iftop 1.0pre4

/*
 * iftop.h:
 *
 */

#ifndef __ADDRS_IOCTL_H_ /* include guard */
#define __ADDRS_IOCTL_H_

int
get_addrs_ioctl(char *interface, char if_hw_addr[], struct in_addr *if_ip_addr, struct in6_addr *if_ip6_addr);

#endif /* __ADDRS_IOCTL_H_ */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>