diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2013-08-26 18:16:05 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2013-08-26 18:16:05 +0000 |
| commit | fd77bbb96730525a5869fb3cc31b00e98e4f0f9c (patch) | |
| tree | 68b45bffbfe1373db4468cd797da2aac8d561353 /sys/netinet/in.h | |
| parent | 534b11a1313ec466317614654e94f0821e94eeab (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in.h')
| -rw-r--r-- | sys/netinet/in.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 9f3b294cd42b1..db9a59032d4e1 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -699,24 +699,6 @@ int getsourcefilter(int, uint32_t, struct sockaddr *, socklen_t, #define IPCTL_GIF_TTL 16 /* default TTL for gif encap packet */ #define IPCTL_MAXID 17 -#define IPCTL_NAMES { \ - { 0, 0 }, \ - { "forwarding", CTLTYPE_INT }, \ - { "redirect", CTLTYPE_INT }, \ - { "ttl", CTLTYPE_INT }, \ - { "mtu", CTLTYPE_INT }, \ - { "rtexpire", CTLTYPE_INT }, \ - { "rtminexpire", CTLTYPE_INT }, \ - { "rtmaxcache", CTLTYPE_INT }, \ - { "sourceroute", CTLTYPE_INT }, \ - { "directed-broadcast", CTLTYPE_INT }, \ - { "intr-queue-maxlen", CTLTYPE_INT }, \ - { "intr-queue-drops", CTLTYPE_INT }, \ - { "stats", CTLTYPE_STRUCT }, \ - { "accept_sourceroute", CTLTYPE_INT }, \ - { "fastforwarding", CTLTYPE_INT }, \ -} - #endif /* __BSD_VISIBLE */ #ifdef _KERNEL |
