search for: in_pcb

Displaying 9 results from an estimated 9 matches for "in_pcb".

Did you mean: in_c
2004 Sep 18
2
Random source ports in FreeBSD?
...nteresting to me - WHY is it so? I mean - may be there are good reasons for not making all this?.. Anyway, I looked how it is done in OpenBSD and made a patch for FreeBSD. I've uploaded the patches for FreeBSD 4 and FreeBSD 5 here: http://www.625.ru/rlsp/ Direct links: http://www.625.ru/rlsp/in_pcb.c.patch.4 http://www.625.ru/rlsp/in_pcb.c.patch.5 It seems to be working on my 4.9 box =) - after recompiling the kernel the system picks up a random port for making a connetion. Especially - when I increase net.inet.ip.portrange.last, for example, to value 20000. The ports become 'more ran...
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
...if_iso88025subr.c if_stf.c if_var.h > route.c route.h rtsock.c > sys/netatalk at_extern.h at_proto.c > sys/netgraph/netflow netflow.c > sys/netinet if_atm.c if_ether.c in_gif.c in_mcast.c > in_pcb.c in_pcb.h in_rmx.c in_var.h > ip_fastfwd.c ip_fw.h ip_fw2.c ip_icmp.c > ip_input.c ip_mroute.c ip_mroute.h > ip_options.c ip_output.c ip_var.h > raw_ip.c sctp_os_bsd.h tcp_input.c >...
2003 Mar 31
5
rfc3514 - Security Flag in the IPv4 Header
Any chance of this being implemented in fbsd? Could be usefull ;-) ftp://ftp.rfc-editor.org/in-notes/rfc3514.txt -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/
2004 Nov 21
1
mac_portacl and automatic port allocation
...rity/mac_portacl/mac_portacl.c,v retrieving revision 1.5 diff -u -r1.5 mac_portacl.c --- mac_portacl.c 15 May 2004 20:55:19 -0000 1.5 +++ mac_portacl.c 21 Nov 2004 21:25:49 -0000 @@ -79,6 +79,7 @@ #include <sys/sysctl.h> #include <netinet/in.h> +#include <netinet/in_pcb.h> #include <vm/vm.h> @@ -441,6 +442,7 @@ struct label *socketlabel, struct sockaddr *sockaddr) { struct sockaddr_in *sin; + struct inpcb *inp = sotoinpcb(so); int family, type; u_int16_t port; @@ -467,6 +469,11 @@ type = so->so_t...
2003 Aug 30
4
Heads up: panics should be fixed!
As others have noted, Tor's patch appears to be a total solution to the recent instability the PAE patch introduced. So, if you're experiencing panics with a recent kernel, or are in a position to stress a machine, please cvsup and give it a test! Thanks, Mike "Silby" Silbersack ---------- Forwarded message ---------- Date: Sat, 30 Aug 2003 08:39:08 -0700 (PDT) From: Tor Egge
2012 Apr 29
3
Failed to Compile Wine 1.5.3
....h... yes checking for netinet/ip.h... yes checking for net/if.h... yes checking for net/if_arp.h... yes checking for net/if_dl.h... no checking for net/if_types.h... no checking for net/route.h... yes checking for netinet/if_ether.h... yes checking for netinet/if_inarp.h... no checking for netinet/in_pcb.h... no checking for netinet/ip_icmp.h... yes checking for netinet/ip_var.h... no checking for netinet/udp.h... yes checking for netipx/ipx.h... yes checking for netinet/tcp_timer.h... no checking for netinet/udp_var.h... no checking for netinet/icmp_var.h... no checking for netinet/tcp_var.h... no...
2007 Oct 26
0
Wine release 0.9.48
...crypt32: Remove a test because of a Windows 2003 SP1 bug. crypt32: Remove iTunes chain from certificate policy tests, there's no guarantee the root cert is trusted. Ken Thomases (3): configure: Fixed a typo: code snippet outside AC_CHECK_HEADERS macro. configure: netinet/in_pcb.h and netinet/ip_var.h require netinet/in.h on Mac OS X. configure: Use 0 instead of NULL because NULL isn't defined. Konstantin Kondratyuk (1): mpr: Delete a stub trace. Lei Zhang (6): comctl32: Simplify monthcal test. comctl32: Monthcal today link test. comctl3...
2009 Jan 30
0
Wine release 1.1.14
...pdspapi: Add missing functions and forward to setupapi. iphlpapi: Include netinet/if_inarp.h for NetBSD. configure.ac: Fix a couple more includes on NetBSD. iphlpapi: Fix includes for NetBSD. tools/wine.inf: Add a placeholder for stdole2.tlb. configure: Fix <netinet/in_pcb.h> detection on OpenBSD. configure: Fix <netinet/tcp_var.h> detection on OpenBSD. kernel32: Add a stub for OpenProfileUserMapping. authz: Add stub dll. traffic: Add stub dll. mssign32: Add stub dll. configure: Check for xinpgen struct. Austin Lund (1):...
2011 May 14
3
Problems building wine 1.3.20 on Mac os x 10.6.7
...h... no checking for netinet/ip.h... yes checking for net/if.h... yes checking for net/if_arp.h... yes checking for net/if_dl.h... yes checking for net/if_types.h... yes checking for net/route.h... yes checking for netinet/if_ether.h... yes checking for netinet/if_inarp.h... no checking for netinet/in_pcb.h... yes checking for netinet/ip_icmp.h... yes checking for netinet/ip_var.h... yes checking for netinet/udp.h... yes checking for netipx/ipx.h... no checking for netinet/tcp_timer.h... yes checking for netinet/udp_var.h... yes checking for netinet/icmp_var.h... yes checking for netinet/tcp_var.h.....