Searched hist:"02 fa460ef553faabc7e0b15ff9f607f028739808" (Results 1 – 2 of 2) sorted by relevance
/linux/net/dccp/ |
H A D | feat.h | diff 02fa460ef553faabc7e0b15ff9f607f028739808 Mon Nov 24 01:07:53 CET 2008 Gerrit Renker <gerrit@erg.abdn.ac.uk> dccp: Increase the scope of variable-length htonl/ntohl functions
This extends the scope of two available functions, encode|decode_value_var, to work up to 6 (8) bytes, to match maximum requirements in the RFC.
These functions are going to be used both by general option processing and feature negotiation code, hence declarations have been put into feat.h.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | options.c | diff 02fa460ef553faabc7e0b15ff9f607f028739808 Mon Nov 24 01:07:53 CET 2008 Gerrit Renker <gerrit@erg.abdn.ac.uk> dccp: Increase the scope of variable-length htonl/ntohl functions
This extends the scope of two available functions, encode|decode_value_var, to work up to 6 (8) bytes, to match maximum requirements in the RFC.
These functions are going to be used both by general option processing and feature negotiation code, hence declarations have been put into feat.h.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk> Acked-by: Ian McDonald <ian.mcdonald@jandi.co.nz> Acked-by: Arnaldo Carvalho de Melo <acme@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|