Displaying 5 results from an estimated 5 matches for "inpcb".
Did you mean:
incb
2002 Apr 16
0
FreeBSD Security Advisory FreeBSD-SA-02:20.syncache
...e new socket. This pointer may
be a null pointer, which will cause the machine to crash.
2) A syncache entry is created when a SYN arrives on a listen socket.
If the application which created the listen socket was killed and
restarted --- and therefore recreated the listen socket with a
different inpcb --- an ACK (or duplicate SYN) which later arrived and
matched the existing syncache entry would cause a reference to the old
inpcb pointer. Depending on the pointer's contents, this might result
in a system crash.
Because syncache/syncookies support was added prior to the release of
FreeBSD 4...
2004 Nov 21
1
mac_portacl and automatic port allocation
...ov 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_type;
sin = (struct sockaddr_in *) sockaddr;
port = ntohs(sin->sin_port);
+ /* If port == 0 and user hasn't asked for IP_PORTRANGELOW return
+...
2006 Apr 11
2
FreeBSD 6.0 panics - sbdrop
...000\b\000\000\000(\000\b?(\000l?"
sbuf = "\0003\234?l\033\b?\200???\0003\234?\224\033\b??\201\211?\0003\234?\000\000\000\000\000\000\000\000\000?\226?\027\000\000\000\020(??"
th = (struct tcphdr *) 0xc1b2f824
ip = (struct ip *) 0xc1b2f810
inp = (struct inpcb *) 0xc3ec5ca8
optp = (u_char *) 0xc1b2f838 "\001\001\b\n:\r?\027\004?\236?#E?W"
optlen = 12
len = 69
tlen = 0
off = 32
drop_hdrlen = 52
tp = (struct tcpcb *) 0xc20538fc
thflags = 16
so = (struct socket *) 0xc20ac9bc...
2019 Aug 30
0
Wine release 4.15
...ION_TYPE's MaximumType enum entry.
wdscore: Fix the name of the WdsIterate*() stubs.
api-*-advapi32-*: Fix the name of the ConvertToAutoInheritPrivateObjectSecurity() stub.
Gijs Vermeulen (1):
ucrtbase: Add _o__mbstrlen.
Gleb Smirnoff (1):
iphlpapi: Account for structs inpcb and tcpcb being unavailable for userland in FreeBSD 12.
Hans Leidekker (8):
ntdll: Read the chassis type from sysfs.
wbemprox: Store the element size in struct array.
wbemprox: Retrieve more properties from the SMBIOS table.
wbemprox/tests: Add tests for Win32_Baseboard....
2006 Apr 12
1
powerd not behaving with an Asus A8V-MX and Athlon 64 X2 3800+
...0, 0
tcpreass: 20, 1690, 0, 0, 0
hostcache: 76, 15400, 0, 0, 0
syncache: 100, 15366, 0, 0, 0
tcptw: 48, 2496, 0, 0, 0
tcpcb: 464, 12328, 4, 20, 6
inpcb: 180, 12342, 4, 62, 6
udpcb: 180, 12342, 3, 63, 247
ipq: 32, 904, 0, 0, 0
socket: 356, 12331, 22, 22, 294
KNOTE: 68, 0, 0, 112, 10
PIPE: 408...