acrn-kernel/net/dccp/ccids
Gerrit Renker 3c6952624a [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states
This patch tackles the following problem:
       * the ccid3_hc_{t,r}x_sock define ccid3hc{t,r}x_state as `u8', but
         in reality there can only be a few, pre-defined enum names
       * this necessitates addiditional checking for unexpected values
         which would otherwise be caught by the compiler

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
2006-12-02 21:23:49 -08:00
..
lib
Kconfig [DCCP]: Update documentation references. 2006-10-24 16:17:51 -07:00
Makefile
ccid2.c [DCCP]: fix printk format warnings 2006-10-30 15:24:37 -08:00
ccid2.h
ccid3.c [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states 2006-12-02 21:23:49 -08:00
ccid3.h [DCCP]: Introduce DCCP_{BUG{_ON},CRIT} macros, use enum:8 for the ccid3 states 2006-12-02 21:23:49 -08:00