Annotation of embedaddon/iftop/addrs_ioctl.h, revision 1.1

1.1     ! misho       1: /*
        !             2:  * iftop.h:
        !             3:  *
        !             4:  */
        !             5: 
        !             6: #ifndef __ADDRS_IOCTL_H_ /* include guard */
        !             7: #define __ADDRS_IOCTL_H_
        !             8: 
        !             9: int
        !            10: get_addrs_ioctl(char *interface, char if_hw_addr[], struct in_addr *if_ip_addr, struct in6_addr *if_ip6_addr);
        !            11: 
        !            12: #endif /* __ADDRS_IOCTL_H_ */

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