search for: rtsock

Displaying 5 results from an estimated 5 matches for "rtsock".

Did you mean: tsock
2004 Jun 07
0
FreeBSD Security Advisory FreeBSD-SA-04:12.jailroute
...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/net/rtsock.c 1.44.2.13 RELENG_4_9 src/UPDATING 1.73.2.89.2.11 src/sys/conf/newvers.sh 1.44.2.32.2.11 src/sys/net/rtsock.c 1.44.2.11.4.1 RELENG_4_8...
2004 Jun 07
1
FreeBSD Security Advisory FreeBSD-SA-04:12.jailroute
...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/net/rtsock.c 1.44.2.13 RELENG_4_9 src/UPDATING 1.73.2.89.2.11 src/sys/conf/newvers.sh 1.44.2.32.2.11 src/sys/net/rtsock.c 1.44.2.11.4.1 RELENG_4_8...
2003 Jun 06
0
crash in networking code (with bt and debug kernel)
...6 0xc019a569 in arp_rtrequest (req=1, rt=0xc3c5a400, info=0xdf0b1da4) at /usr/src/sys/netinet/if_ether.c:186 #7 0xc01980be in rtrequest1 (req=1, info=0xdf0b1da4, ret_nrt=0xdf0b1da0) at /usr/src/sys/net/route.c:750 #8 0xc0198b21 in route_output (m=0xc11ae200, so=0xdd8e5080) at /usr/src/sys/net/rtsock.c:341 #9 0xc01974ee in raw_usend (so=0xdd8e5080, flags=0, m=0xc11ae200, nam=0x0, control=0x0, p=0xdf0bfc60) at /usr/src/sys/net/raw_usrreq.c:258 #10 0xc01988b0 in rts_send (so=0xdd8e5080, flags=0, m=0xc11ae200, nam=0x0, control=0x0, p=0xdf0bfc60) at /usr/src/sys/net/rtsock.c:236 #11 0x...
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
...gs.c > uipc_socket.c vfs_export.c > sys/net if.c if_atmsubr.c if_fwsubr.c if_gif.c > if_gif.h if_gre.c if_gre.h > 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....
2004 Apr 20
1
[patch] Raw sockets in jails
Although RAW sockets can be used when specifying the source address of packets (defeating one of the aspects of the jail) some people may find it usefull to use utilities like ping(8) or traceroute(8) from inside jails. Enclosed is a patch I have written which gives you the option of allowing prison-root to create raw sockets inside the prison, so