Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
#ifndef _NETINET_IN_IFATTACH_H_
#define	_NETINET_IN_IFATTACH_H_

void	in_domifdetach(struct ifnet *, void *);
void	*in_domifattach(struct ifnet *);

#endif /* !_NETINET_IN_IFATTACH_H_ */