]> git.tuebingen.mpg.de Git - paraslash.git/commit
net: Make single-use macros local.
authorAndre Noll <maan@tuebingen.mpg.de>
Thu, 10 Mar 2022 22:38:01 +0000 (23:38 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 3 Oct 2022 20:53:49 +0000 (22:53 +0200)
commit72801d0fbf90fb4193d1592908b485f183ed85fb
treedfa031fb222a3e188722474c1e37d57965e5cc19
parentb16ad193bad91e48cdfb9da42ae8192bd129d7fb
net: Make single-use macros local.

A few macros are defined in net.h but are only used in a single
C file. Move those to where they are used to make the code easier
to follow.

DCCP_SOCKOPT_RX_CCID is not used at all, so remove that.
dccp_recv.c
dccp_send.c
net.c
net.h