This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
sys
/
netgraph
History
brooks
3eee68d184
Use if_printf(ifp, "blah") instead of
...
printf("%s%d: blah", ifp->if_name, ifp->if_xname).
2002-10-21 02:51:56 +00:00
..
netgraph.h
Don't use "NULL" when "0" is really meant.
2002-08-22 00:30:03 +00:00
ng_async.c
…
ng_async.h
…
ng_base.c
Don't use "NULL" when "0" is really meant.
2002-08-22 00:30:03 +00:00
ng_bpf.c
…
ng_bpf.h
…
ng_bridge.c
…
ng_bridge.h
…
ng_cisco.c
Don't use "NULL" when "0" is really meant.
2002-08-22 00:30:03 +00:00
ng_cisco.h
…
ng_device.c
…
ng_device.h
…
ng_echo.c
…
ng_echo.h
…
ng_eiface.c
…
ng_eiface.h
…
ng_etf.c
…
ng_etf.h
…
ng_ether.c
…
ng_ether.h
…
ng_frame_relay.c
…
ng_frame_relay.h
…
ng_gif_demux.c
…
ng_gif_demux.h
…
ng_gif.c
…
ng_gif.h
…
ng_hole.c
…
ng_hole.h
…
ng_iface.c
Use if_printf(ifp, "blah") instead of
2002-10-21 02:51:56 +00:00
ng_iface.h
…
ng_ip_input.c
…
ng_ip_input.h
…
ng_ksocket.c
Reference the socket we're accepting.
2002-09-14 08:56:10 +00:00
ng_ksocket.h
…
ng_l2tp.c
Don't use "NULL" when "0" is really meant.
2002-08-22 00:30:03 +00:00
ng_l2tp.h
New L2TP netgraph node type.
2002-08-20 21:59:50 +00:00
ng_lmi.c
…
ng_lmi.h
…
ng_message.h
…
ng_mppc.c
Don't use "NULL" when "0" is really meant.
2002-08-22 00:30:03 +00:00
ng_mppc.h
…
ng_one2many.c
…
ng_one2many.h
…
ng_parse.c
…
ng_parse.h
…
ng_ppp.c
…
ng_ppp.h
…
ng_pppoe.c
use __packed.
2002-09-23 18:54:32 +00:00
ng_pppoe.h
use __packed.
2002-09-23 18:54:32 +00:00
ng_pptpgre.c
Relax checking of incoming PPTP GRE packets a bit: ignore a bogus payload
2002-09-14 00:00:49 +00:00
ng_pptpgre.h
…
ng_rfc1490.c
…
ng_rfc1490.h
…
ng_sample.c
…
ng_sample.h
…
ng_socket.c
Don't use "NULL" when "0" is really meant.
2002-08-22 00:30:03 +00:00
ng_socket.h
…
ng_socketvar.h
…
ng_split.c
…
ng_split.h
…
ng_tee.c
…
ng_tee.h
…
ng_tty.c
…
ng_tty.h
…
ng_UI.c
…
ng_UI.h
…
ng_vjc.c
…
ng_vjc.h
…
NOTES
…