Update Windows IP_MULTICAST constants to use Ws2tcpip.h values (#839) (#842)

This commit is contained in:
Paul Kulchenko 2023-07-01 19:44:27 -07:00 committed by GitHub
parent ce0a3065f3
commit dc8fbf38ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 16 additions and 16 deletions

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon ip,IP_ADD_MEMBERSHIP,35,35,12,12,12,12,12,5
.syscon ip,IP_ADD_MEMBERSHIP,35,35,12,12,12,12,12,12

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon ip,IP_DROP_MEMBERSHIP,36,36,13,13,13,13,13,6
.syscon ip,IP_DROP_MEMBERSHIP,36,36,13,13,13,13,13,13

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon ip,IP_DROP_SOURCE_MEMBERSHIP,40,40,71,71,71,0,0,0x10
.syscon ip,IP_DROP_SOURCE_MEMBERSHIP,40,40,71,71,71,0,0,16

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon ip,IP_MULTICAST_IF,0x20,0x20,9,9,9,9,9,2
.syscon ip,IP_MULTICAST_IF,0x20,0x20,9,9,9,9,9,9

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon ip,IP_MULTICAST_LOOP,34,34,11,11,11,11,11,4
.syscon ip,IP_MULTICAST_LOOP,34,34,11,11,11,11,11,11

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon ip,IP_MULTICAST_TTL,33,33,10,10,10,10,10,3
.syscon ip,IP_MULTICAST_TTL,33,33,10,10,10,10,10,10

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon ip,IP_TOS,1,1,3,3,3,3,3,8
.syscon ip,IP_TOS,1,1,3,3,3,3,3,3

View file

@ -1,2 +1,2 @@
#include "libc/sysv/consts/syscon.internal.h"
.syscon ip,IP_TTL,2,2,4,4,4,4,4,7
.syscon ip,IP_TTL,2,2,4,4,4,4,4,4