Displaying 20 results from an estimated 542 matches for "netinet".
2003 Apr 11
2
Ipf headers not installed per default ?
...e-hack
CONFIGURE_ARGS+= --enable-forw-via-db
CONFIGURE_ARGS+= --enable-ipf-transparent
CONFIGURE_ARGS+= --disable-ident-lookups
CONFIGURE_ARGS+= --enable-underscores
The configure script does not locate IPF's header files. I had to manually
copy them over:
# cp -p /usr/src/sys/contrib/ipfilter/netinet/*.h /usr/include/netinet/
Squid then built fine. Should these header files be installed with the world?
Or should squid's port be modified to include /usr/src/sys/include/ipfilter ?
---------------------------------------
Robin P. Blanchard
Systems Integration Specialist
Georgia Center for...
2008 Jul 24
0
cvs commit: src/contrib/pf/pfctl parse.y src/lib/libc/sys Symbol.map getsockopt.2 src/sbin/ipfw ipfw.8 ipfw2.c src/sys/conf NOTES options src/sys/contrib/ipfilter/netinet ip_fil_freebsd.c src/sys/contrib/pf/net pf.c pf_ioctl.c src/sys/kern init_sysent.c
...>
> FreeBSD src repository
>
> Modified files: (Branch: RELENG_7)
> contrib/pf/pfctl parse.y
> lib/libc/sys Symbol.map getsockopt.2
> sbin/ipfw ipfw.8 ipfw2.c
> sys/conf NOTES options
> sys/contrib/ipfilter/netinet ip_fil_freebsd.c
> sys/contrib/pf/net pf.c pf_ioctl.c
> sys/kern init_sysent.c sys_socket.c syscalls.c
> syscalls.master systrace_args.c
> uipc_socket.c vfs_export.c
> sys/net if.c if_atmsubr.c i...
2018 Dec 12
2
[PATCH] drop old netinet/in_systm.h include
...es.h | 1 -
misc.c | 1 -
readconf.c | 1 -
servconf.c | 1 -
5 files changed, 5 deletions(-)
diff --git a/defines.h b/defines.h
index 8f4213062a9c..e7a71726f6b2 100644
--- a/defines.h
+++ b/defines.h
@@ -55,7 +55,6 @@ enum
/*
* Definitions for IP type of service (ip_tos)
*/
-#include <netinet/in_systm.h>
#include <netinet/ip.h>
#ifndef IPTOS_LOWDELAY
# define IPTOS_LOWDELAY 0x10
diff --git a/includes.h b/includes.h
index 0fd71792e1ac..94cbc92edd1c 100644
--- a/includes.h
+++ b/includes.h
@@ -110,7 +110,6 @@
#endif
#include <netinet/in.h>
-#include <neti...
2005 May 08
0
FreeBSD Security Advisory FreeBSD-SA-05:08.kmem [REVISED]
...----------------------------------------------------------
RELENG_4
src/sys/kern/uipc_usrreq.c 1.54.2.11
src/sys/kern/vfs_subr.c 1.249.2.32
src/sys/net/if_mib.c 1.8.2.3
src/sys/netinet/ip_divert.c 1.42.2.8
src/sys/netinet/raw_ip.c 1.64.2.20
src/sys/netinet/tcp_subr.c 1.73.2.34
src/sys/netinet/udp_usrreq.c 1.64.2.20
RELENG_4_11
src/UPD...
2005 May 08
0
FreeBSD Security Advisory FreeBSD-SA-05:08.kmem [REVISED]
...----------------------------------------------------------
RELENG_4
src/sys/kern/uipc_usrreq.c 1.54.2.11
src/sys/kern/vfs_subr.c 1.249.2.32
src/sys/net/if_mib.c 1.8.2.3
src/sys/netinet/ip_divert.c 1.42.2.8
src/sys/netinet/raw_ip.c 1.64.2.20
src/sys/netinet/tcp_subr.c 1.73.2.34
src/sys/netinet/udp_usrreq.c 1.64.2.20
RELENG_4_11
src/UPD...
2002 Jun 15
4
[Bug 276] openssh-3.2.3p1 does not compile on IRIX - SCM_RIGHTS undefined
http://bugzilla.mindrot.org/show_bug.cgi?id=276
------- Additional Comments From stevesk at pobox.com 2002-06-15 14:26 -------
this is what i asked in a message a while back; can an IRIX
expert help here?
"should we be using a UNIX95 (or whatever) namespace for IRIX?
what happens with D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1"
------- You are receiving this
2005 May 05
0
FreeBSD Security Advisory FreeBSD-SA-05:08.kmem
...Revision
Path
- -------------------------------------------------------------------------
RELENG_4
src/sys/kern/vfs_subr.c 1.249.2.32
src/sys/net/if_mib.c 1.8.2.3
src/sys/netinet/ip_divert.c 1.42.2.8
src/sys/netinet/raw_ip.c 1.64.2.20
src/sys/netinet/udp_usrreq.c 1.64.2.20
RELENG_4_11
src/UPDATING 1.72.2.91.2.8
src/sys...
2004 Mar 02
7
FreeBSD Security Advisory FreeBSD-SA-04:04.tcp
...Revision
Path
- -------------------------------------------------------------------------
RELENG_4
src/UPDATING 1.73.2.90
src/sys/conf/newvers.sh 1.44.2.33
src/sys/netinet/tcp_input.c 1.107.2.40
src/sys/netinet/tcp_subr.c 1.73.2.33
src/sys/netinet/tcp_var.h 1.56.2.15
RELENG_5_2
src/UPDATING 1.282.2.9
src/sys/...
2005 Dec 16
2
R compile on AIX 5.3
..../../src/extra/zlib -I../../src/extra/bzip2
-I../../src/extra/pcre -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -mno-fp-in-toc -g -O2 -c
platform.c -o platform.o
In file included from /usr/include/netdb.h:47,
from platform.c:1365:
/usr/include/netinet/in.h:793: error: parse error before
"inet6_rth_space"
/usr/include/netinet/in.h:794: error: parse error before "socklen_t"
/usr/include/netinet/in.h:800: error: parse error before "socklen_t"
/usr/include/netinet/in.h:801: error: parse error before "socklen_t"...
2003 Apr 04
3
outdated files after make world
Hi all,
After my last make world (updated to 4.7-RELEASE-p10) I checked
which files are older than the start of the build:
338 Mar 6 2002 /boot/loader.rc
12168 Mar 6 2002 /usr/include/machine/if_wavelan_ieee.h
1564 May 1 2002 /usr/include/netinet/ip_auth.h
34148 May 1 2002 /usr/include/netinet/ip_compat.h
21840 May 1 2002 /usr/include/netinet/ip_fil.h
1905 May 1 2002 /usr/include/netinet/ip_frag.h
8826 May 1 2002 /usr/include/netinet/ip_nat.h
4559 May 1 2002 /usr/include/netinet/ip_proxy.h
5621 May 1 2002 /usr/include/netine...
2005 May 05
1
FreeBSD Security Advisory FreeBSD-SA-05:08.kmem
...Revision
Path
- -------------------------------------------------------------------------
RELENG_4
src/sys/kern/vfs_subr.c 1.249.2.32
src/sys/net/if_mib.c 1.8.2.3
src/sys/netinet/ip_divert.c 1.42.2.8
src/sys/netinet/raw_ip.c 1.64.2.20
src/sys/netinet/udp_usrreq.c 1.64.2.20
RELENG_4_11
src/UPDATING 1.72.2.91.2.8
src/sys...
2004 Mar 02
0
FreeBSD Security Advisory FreeBSD-SA-04:04.tcp
...Revision
Path
- -------------------------------------------------------------------------
RELENG_4
src/UPDATING 1.73.2.90
src/sys/conf/newvers.sh 1.44.2.33
src/sys/netinet/tcp_input.c 1.107.2.40
src/sys/netinet/tcp_subr.c 1.73.2.33
src/sys/netinet/tcp_var.h 1.56.2.15
RELENG_5_2
src/UPDATING 1.282.2.9
src/sys/...
2006 Feb 08
2
Warnings from openssh-4.3p1 configure
...e: WARNING: ## -------------------------------------------
##
checking for net/if.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking netgroup.h usability... no
checking netgroup.h presence... no
checking for netgroup.h... no
checking netinet/in_systm.h usability... no
checking netinet/in_systm.h presence... yes
configure: WARNING: netinet/in_systm.h: present but cannot be compiled
configure: WARNING: netinet/in_systm.h: check for missing
prerequisite headers?
configure: WARNING: netinet/in_systm.h: see the Autoconf documentation
co...
2003 Sep 02
1
netinet/pim_var.h: No such file or directory
netinet/pim_var.h: No such file or directory
I saw this when I was searching thru the archives and I didn't notice a
response. I had this problem and my workaround was to use "find" to find the
file and copy it to /usr/include/netinet directory. Then the "depend" stage
complet...
2008 Sep 25
0
Problem building 3.2.4 on Solaris 10
...-xpagesize=4m
-xbuiltin -xlibmil -xlibmopt -xlic_lib=sunperf"
I could see it earlier in the log during some of the tests, but it seems
to have disappeared. Is this a bug? Is there a fix or a way to work
around this?
Also, unrelated to my problem, I'm getting this warning:
checking netinet/ip.h usability... no
checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite
headers?
configure: WARNING: netinet/ip.h: see the Autoconf documentation
configure: WARNING: netinet/ip....
2008 Dec 21
0
build of 3.3.0rc2 on opensolaris 2008.11 causes ld usage error
...onfigure --prefix=/usr/sfw --with-as=/usr/sfw/bin/gas --with-gnu-as --with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-languages=c,c++,f77,objc --enable-shared
Thread model: posix
gcc version 3.4.3 (csl-sol210-3_4-20050802)
I did notice when running ./configure the following scrolled by:
checking netinet/ip.h usability... no
checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite headers?
configure: WARNING: netinet/ip.h: see the Autoconf documentation
configure: WARNING: netinet/ip.h...
2003 Apr 18
1
4.8 buildworld compilation problem: kdump
.../usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/ibcs2/ibcs2_socksys.h:31: i386/ibcs2/ibcs2_types.h: No such file
or directory^M
In file included from /usr/obj/usr/src/i386/usr/include/dev/firewire/@/i386/include/i4b_isppp.h:43,^M
from :49:^M
/usr/obj/usr/src/i386/usr/include/netinet/ip.h:68: warning: `IP_MF' redefined^M
/usr/obj/usr/src/i386/usr/include/dev/firewire/@/contrib/ipfilter/netinet/ip_compat.h:835: warning: this is the locati
on of the previous definition^M
/usr/obj/usr/src/i386/usr/include/netinet/ip.h:170: warning: `IPOPT_SECUR_UNCLASS' redefined^M
/usr/ob...
2003 Sep 25
1
FreeBSD Security Advisory FreeBSD-SA-03:14.arp [REVISED]
...em.
VI. Correction details
The following list contains the revision numbers of each file that was
corrected in FreeBSD.
Branch Revision
Path
- -------------------------------------------------------------------------
RELENG_4
src/sys/netinet/if_ether.c 1.64.2.26
RELENG_5_1
src/UPDATING 1.251.2.10
src/sys/conf/newvers.sh 1.50.2.10
src/sys/netinet/if_ether.c 1.104.2.2
RELENG_5_0...
2008 Aug 04
2
unable to build 3.2 on HP-UX
...attempt where i tried to build
in a seperate directory. When I build directly in the source directory
exactly the same happens.
../source/configure --prefix=/opt/samba --with-ldap=no
warnings during configure:
......
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking netinet/ip.h usability... no
checking netinet/ip.h presence... yes
configure: WARNING: netinet/ip.h: present but cannot be compiled
configure: WARNING: netinet/ip.h: check for missing prerequisite
headers?
configure: WARNING: netinet/ip.h: see the Autoconf documentation
configure: WARNING: netinet/ip.h...
2006 Feb 02
0
Report of some warning during openssh 4.3 configure
...compiler will take
precedence
configure: WARNING: ## -------------------------------------------
##
configure: WARNING: ## Report this to openssh-unix-dev at mindrot.org
##
configure: WARNING: ## -------------------------------------------
##
checking for net/if.h... yes
....
checking netinet/in_systm.h usability... no
checking netinet/in_systm.h presence... yes
configure: WARNING: netinet/in_systm.h: present but cannot be compiled
configure: WARNING: netinet/in_systm.h: check for missing
prerequisite headers?
configure: WARNING: netinet/in_systm.h: see the Autoconf documentation
co...