defs-shut 102 B

1234
  1. (* /usr/include/i386-linux-gnu/sys/socket.h *)
  2. SHUT_RD* = 0;
  3. SHUT_WR* = 1;
  4. SHUT_RDWR* = 2;