Home
last modified time | relevance | path

Searched refs:NI_DGRAM (Results 226 – 250 of 2049) sorted by relevance

12345678910>>...82

/dports/lang/python27/Python-2.7.18/Modules/
H A Dgetnameinfo.c144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/dports/lang/python39/Python-3.9.9/Modules/
H A Dgetnameinfo.c144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/dports/lang/python38/Python-3.8.12/Modules/
H A Dgetnameinfo.c144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/dports/lang/gauche/Gauche-0.9.10/ext/net/
H A Dnet.scm117 NI_NOFQDN NI_NUMERICHOST NI_NAMEREQD NI_NUMERICSERV NI_DGRAM)
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dgetnameinfo.c144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Dgetnameinfo.c144 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/dports/news/inn-current/inn-2.7-20211226/tests/lib/
H A Dgetnameinfo-t.c95 sizeof(service), NI_DGRAM); in main()
/dports/news/inn/inn-2.6.4/tests/lib/
H A Dgetnameinfo-t.c96 sizeof(service), NI_DGRAM); in main()
/dports/lang/ruby26/ruby-2.6.9/ext/socket/
H A Dgetnameinfo.c166 struct servent *sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp"); in getnameinfo()
/dports/sysutils/shlock/inn-2.6.4/tests/lib/
H A Dgetnameinfo-t.c96 sizeof(service), NI_DGRAM); in main()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Ds-oscons-tmplt.c1158 #ifndef NI_DGRAM in main()
1159 # define NI_DGRAM -1 in main() macro
1161 CND(NI_DGRAM, "Service is datagram") in main()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Ds-oscons-tmplt.c1158 #ifndef NI_DGRAM in main()
1159 # define NI_DGRAM -1 in main() macro
1161 CND(NI_DGRAM, "Service is datagram") in main()
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Ds-oscons-tmplt.c1158 #ifndef NI_DGRAM in main()
1159 # define NI_DGRAM -1 in main() macro
1161 CND(NI_DGRAM, "Service is datagram") in main()
/dports/net/aprsc/aprsc-2.1.10.gd72a17c/src/
H A Dgetnameinfo.c300 ((flags & NI_DGRAM) ? "udp" : "tcp"));
/dports/dns/bind911/bind-9.11.37/contrib/queryperf/missing/
H A Dgetnameinfo.c136 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/dports/sysutils/healthd/healthd-0.7.9/missing/
H A Dgetnameinfo.c132 sp = getservbyport(port, (flags & NI_DGRAM) ? "udp" : "tcp");
/dports/multimedia/vlc/vlc-3.0.16/src/os2/
H A Dgetaddrinfo.c36 NI_DGRAM)
/dports/dns/bind911/bind-9.11.37/lib/lwres/
H A Dgetnameinfo.c218 proto = (flags & NI_DGRAM) ? "udp" : "tcp"; in lwres_getnameinfo()
/dports/net/libunp/unpv12e/libgai/
H A Dtestga.c277 (res->ai_socktype == SOCK_DGRAM) ? NI_DGRAM: 0); in do_onetest()
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/src/kdecore/
H A Dk3reverseresolver.cpp235 niflags |= NI_DGRAM; in run()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Ds-oscons-tmplt.c1195 #ifndef NI_DGRAM in main()
1196 # define NI_DGRAM -1 in main() macro
1198 CND(NI_DGRAM, "Service is datagram") in main()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Ds-oscons-tmplt.c1195 #ifndef NI_DGRAM in main()
1196 # define NI_DGRAM -1 in main() macro
1198 CND(NI_DGRAM, "Service is datagram") in main()
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Ds-oscons-tmplt.c1195 #ifndef NI_DGRAM in main()
1196 # define NI_DGRAM -1 in main() macro
1198 CND(NI_DGRAM, "Service is datagram") in main()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Ds-oscons-tmplt.c1195 #ifndef NI_DGRAM in main()
1196 # define NI_DGRAM -1 in main() macro
1198 CND(NI_DGRAM, "Service is datagram") in main()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-socket/src/
H A Dconst.cstub292 #if defined(NI_DGRAM)
293 define_const(NI_DGRAM);

12345678910>>...82