HomeSort by: relevance | last modified time | path
    Searched refs:UDP (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/rump/net/lib/libnetinet/
Makefile 5 COMMENT=IPv4 incl. TCP and UDP (PF_INET)
  /src/sys/rump/net/lib/libnetinet6/
Makefile 5 COMMENT=IPv6 incl. TCP and UDP (PF_INET6)
  /src/usr.bin/systat/
systat.h 58 #define UDP 0x2
netcmds.c 136 selectproto("udp");
160 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0);
184 protos = TCP|UDP;
187 else if (streq(proto, "udp"))
188 protos = UDP;
198 if ((protos & UDP) == 0)
200 addstr("udp ");
256 protos == (TCP|UDP) ? 0 : protos == TCP ? "tcp" : "udp");
    [all...]
netstat.c 70 #include <netinet/udp.h>
182 protos = TCP|UDP;
196 if ((protos & (TCP | UDP)) == 0) {
202 if ((protos & UDP) && namelist[X_UDBTABLE].n_type)
207 if ((protos & UDP) && namelist[X_UDBTABLE].n_type)
252 enter(inp, &sockb, 0, "udp");
297 enter6(inp, &sockb, 0, "udp");
  /src/tests/usr.sbin/inetd/
t_inetd.c 52 #define UDP 17
67 "uses UDP/TCP ports 5432-5439 with localhost.");
165 int udp = create_socket("127.0.0.1", port, SOCK_DGRAM, UDP, 1, &addr); local in function:run_udp_client
167 CHECK_ERROR(sendto(udp, buffer, sizeof(buffer), 0,
182 ssize_t count = recvmsg(udp, &msg, 0);
186 CHECK_ERROR(close(udp));
193 CHECK_ERROR(close(udp));
  /src/libexec/ld.aout_so/
ld.so.sparc.uue 254 M`-`+/_^0(L`($(``$X"B(`"0$``0D@>_]$``-M64$"`*UDP``!"```>H$``(
255 MD@>_]$``-L^4$"`*UDP``*80``B`HN```H``'=`'O_322@``@*)@`!*``!D!

Completed in 35 milliseconds