File: in.h

package info (click to toggle)
iputils 3%3A20020124-3
  • links: PTS
  • area: main
  • in suites: woody
  • size: 672 kB
  • ctags: 901
  • sloc: ansic: 7,819; perl: 585; makefile: 229; sh: 15
file content (11 lines) | stat: -rw-r--r-- 185 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
#ifndef	_NETINET_IN_H
#define	_NETINET_IN_H	1

#include "glibc-bugs.h"
#include <sys/socket.h>
#include <sys/types.h>
#include <linux/in.h>

#define SOL_IP	0

#endif	/* netinet/in.h */