Home | History | Annotate | Line # | Download | only in netinet
in_ifattach.h revision 1.1.8.2
      1  1.1.8.2  yamt #ifndef _NETINET_IN_IFATTACH_H_
      2  1.1.8.2  yamt #define	_NETINET_IN_IFATTACH_H_
      3  1.1.8.2  yamt 
      4  1.1.8.2  yamt void	in_domifdetach(struct ifnet *, void *);
      5  1.1.8.2  yamt void	*in_domifattach(struct ifnet *);
      6  1.1.8.2  yamt 
      7  1.1.8.2  yamt #endif /* !_NETINET_IN_IFATTACH_H_ */
      8