freebsd-dev/sys/netgraph
Gleb Smirnoff c0451ac3d9 Another stupid error from my side. PPPOE_NONSTANDARD was first defined
in enum {}, and then redefined with #define.
No warnings from compiler, though.

Submitted by:	bz
Pointy hat to:	glebius
2004-08-01 20:39:33 +00:00
..
atm Avoid casts as lvalues. 2004-07-28 06:59:55 +00:00
bluetooth
netgraph.h When making a peer of unknown type framework tries to load module 2004-07-27 20:30:56 +00:00
ng_async.c
ng_async.h
ng_atmllc.c
ng_atmllc.h
ng_base.c When making a peer of unknown type framework tries to load module 2004-07-27 20:30:56 +00:00
ng_bpf.c
ng_bpf.h
ng_bridge.c Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_bridge.h
ng_cisco.c
ng_cisco.h
ng_device.c In ng_device_newhook(): 2004-07-20 13:16:17 +00:00
ng_device.h
ng_echo.c
ng_echo.h
ng_eiface.c Introduce a new mutex, ng_eiface_mtx, to protect the global unit list 2004-07-14 20:26:29 +00:00
ng_eiface.h
ng_etf.c
ng_etf.h
ng_ether.c Avoid casts as lvalues. 2004-07-28 06:59:55 +00:00
ng_ether.h
ng_fec.c Avoid casts as lvalues. 2004-07-28 06:59:55 +00:00
ng_fec.h
ng_frame_relay.c
ng_frame_relay.h
ng_gif_demux.c
ng_gif_demux.h
ng_gif.c Avoid casts as lvalues. 2004-07-28 06:59:55 +00:00
ng_gif.h
ng_hole.c
ng_hole.h
ng_hub.c
ng_hub.h
ng_iface.c Introduce a new mutex, ng_iface_mtx, to protect the global unit list 2004-07-14 20:24:21 +00:00
ng_iface.h
ng_ip_input.c
ng_ip_input.h
ng_ksocket.c
ng_ksocket.h
ng_l2tp.c
ng_l2tp.h
ng_lmi.c
ng_lmi.h
ng_message.h
ng_mppc.c
ng_mppc.h
ng_one2many.c
ng_one2many.h
ng_parse.c Avoid casts as lvalues. 2004-07-28 06:59:55 +00:00
ng_parse.h
ng_ppp.c Use qsort_r() instead of qsort() when sorting links by latency 2004-07-16 00:07:44 +00:00
ng_ppp.h
ng_pppoe.c Another stupid error from my side. PPPOE_NONSTANDARD was first defined 2004-08-01 20:39:33 +00:00
ng_pppoe.h When node is server serve both standard RFC2516 and non-standard 3Com 2004-07-27 19:47:13 +00:00
ng_pptpgre.c
ng_pptpgre.h
ng_rfc1490.c
ng_rfc1490.h
ng_sample.c Address node in a less complex way. 2004-07-29 08:05:02 +00:00
ng_sample.h
ng_socket.c Fix a stupid error in my previous commit, which broke operation 2004-07-31 21:32:55 +00:00
ng_socket.h
ng_socketvar.h
ng_source.c Slight cosmetic changes. 2004-07-20 17:15:38 +00:00
ng_source.h
ng_split.c
ng_split.h
ng_sppp.c
ng_sppp.h
ng_tee.c
ng_tee.h
ng_tty.c Add a mutex ng_tty_mtx to protect the global variable ngt_unit. Note 2004-07-14 20:31:05 +00:00
ng_tty.h
ng_UI.c
ng_UI.h
ng_vjc.c
ng_vjc.h
ng_vlan.c
ng_vlan.h
NOTES