freebsd-nq/sys/netgraph/bluetooth
Robert Watson 36568179e3 The SS_COMP and SS_INCOMP flags in the so_state field indicate whether
the socket is on an accept queue of a listen socket.  This change
renames the flags to SQ_COMP and SQ_INCOMP, and moves them to a new
state field on the socket, so_qstate, as the locking for these flags
is substantially different for the locking on the remainder of the
flags in so_state.
2004-06-01 02:42:56 +00:00
..
common add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
drivers add missing #include <sys/module.h> 2004-05-30 20:27:19 +00:00
hci Switch to using C99 sparse initialisers for the type methods array. 2004-05-29 00:51:19 +00:00
include Mode few Bluetooth defines into system include files 2004-05-10 02:24:56 +00:00
l2cap Switch to using C99 sparse initialisers for the type methods array. 2004-05-29 00:51:19 +00:00
socket The SS_COMP and SS_INCOMP flags in the so_state field indicate whether 2004-06-01 02:42:56 +00:00