Home
last modified time | relevance | path

Searched refs:SOL_UDP (Results 1 – 5 of 5) sorted by relevance

/external/strace/xlat/
Dsocketlayers.h11 #if !(defined(SOL_UDP) || (defined(HAVE_DECL_SOL_UDP) && HAVE_DECL_SOL_UDP))
12 # define SOL_UDP 17 macro
114 XLAT(SOL_UDP),
Dsocketlayers.in4 SOL_UDP 17
/external/python/cpython2/Lib/plat-atheos/
DIN.py783 SOL_UDP = 17 variable
/external/ipsec-tools/src/racoon/
Disakmp.c116 # ifndef SOL_UDP
117 # define SOL_UDP 17 macro
129 # define SOL_UDP IPPROTO_UDP macro
1719 if (setsockopt (p->sock, SOL_UDP, in isakmp_open()
/external/python/cpython2/Modules/
Dsocketmodule.c5035 #ifdef SOL_UDP
5036 PyModule_AddIntConstant(m, "SOL_UDP", SOL_UDP);