Stefano Bonicatti
01/14/2022, 7:13 PM/usr/include/bits/socket_type.h.
Converting that value to hex we can see that it’s 0x80002; 2 is SOCK_DGRAM and anything that’s >= 0xF it’s a socket flag.
We can see SOCK_CLOEXEC which is 02000000 in octal, which translates to 0x80000