Searched refs:NI_DGRAM (Results 1 – 13 of 13) sorted by relevance
121 #define NI_DGRAM 0x00000010 macro
144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
8233 #ifdef NI_DGRAM8234 PyModule_AddIntMacro(m, NI_DGRAM);
5483 #ifdef NI_DGRAM5484 PyModule_AddIntConstant(m, "NI_DGRAM", NI_DGRAM);
539 pub const NI_DGRAM: ::c_int = 0; constant
1515 int flags = (sock_type == SOCK_DGRAM) ? NI_DGRAM : 0;1541 int flags = (sock_type == SOCK_DGRAM) ? NI_DGRAM : 0;
1014 pub const NI_DGRAM: ::c_int = 16; constant
1317 pub const NI_DGRAM: ::c_int = 16; constant
1389 pub const NI_DGRAM: ::c_int = 16; constant
2562 pub const NI_DGRAM: ::c_int = 0x00000010; constant
2466 pub const NI_DGRAM: ::c_int = 16; constant