Searched refs:SOCK_PACKET (Results 1 – 13 of 13) sorted by relevance
65 #if defined(SOCK_PACKET) || (defined(HAVE_DECL_SOCK_PACKET) && HAVE_DECL_SOCK_PACKET)67 static_assert((SOCK_PACKET) == (10), "SOCK_PACKET != 10");70 # define SOCK_PACKET 1089 XLAT(SOCK_PACKET),
12 SOCK_PACKET 10
116 stype = SOCK_PACKET; in openInterface()
121 stype = SOCK_PACKET; in openInterface()
481 SOCK_PACKET = 10 variable482 SOCK_MAX = (SOCK_PACKET+1)
698 SOCK_PACKET = 10 variable
517 pub const SOCK_PACKET: ::c_int = 10; constant
4813 #ifdef SOCK_PACKET4814 { "SOCK_PACKET", (unsigned long) SOCK_PACKET },
622 pub const SOCK_PACKET: ::c_int = 10; constant
794 pub const SOCK_PACKET: ::c_int = 10; constant
1026 pub const SOCK_PACKET: ::c_int = 10; constant
2724 pub const SOCK_PACKET: ::c_int = 10; constant
5466 * net.c (socktypes): Add SOCK_PACKET.