cregit-Linux how code gets into the kernel

Release 4.12 include/uapi/linux/atmclip.h

/* atmclip.h - Classical IP over ATM */
 
/* Written 1995-1998 by Werner Almesberger, EPFL LRC/ICA */
 

#ifndef LINUX_ATMCLIP_H

#define LINUX_ATMCLIP_H

#include <linux/sockios.h>
#include <linux/atmioc.h>



#define RFC1483LLC_LEN	8		
/* LLC+OUI+PID = 8 */

#define RFC1626_MTU	9180		
/* RFC1626 default MTU */


#define CLIP_DEFAULT_IDLETIMER 1200	
/* 20 minutes, see RFC1755 */

#define CLIP_CHECK_INTERVAL	 10	
/* check every ten seconds */


#define	SIOCMKCLIP	_IO('a',ATMIOC_CLIP)	
/* create IP interface */

#endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Linus Torvalds (pre-git)41100.00%1100.00%
Total41100.00%1100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.