Searched defs:UDP (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/man/man7p/
H A DMakefile53 UDP.7p \
76 UDP.7p := LINKSRC = udp.7p
/illumos-gate/usr/src/cmd/svc/servinfo/
H A Dservinfo.c55 #define UDP "udp" macro
161 if (strcmp(blist->rpcb_map.r_netid, UDP) &&
231 sproto = UDP;
262 if (strcmp(sproto, UDP) == 0)
/illumos-gate/usr/src/uts/common/io/
H A Dstrplumb.c124 #define UDP "udp" macro
148 { "drv", UDP },
336 * permanently linked under UDP. One stream consists of the
339 * We pin underneath UDP here to match what is done in ifconfig(1m);
348 * Plumb UDP-IP-<dev>
401 printf("strplumb: plink UDP-ARP-IP-%s failed: %d\n",
410 DBG2("UDP-ARP-IP-%s muxid: %d\n", rootfs.bo_ifname, ifr.ifr_ip_muxid);
416 * Plumb UDP-ARP-<dev>
438 printf("strplumb: plink UDP-ARP-%s failed: %d\n",
443 DBG2("UDP
[all...]
/illumos-gate/usr/src/lib/libsldap/common/
H A Dns_common.c51 #define UDP "/dev/udp" macro
686 if ((fd = open(UDP, O_RDONLY)) < 0)

Completed in 78 milliseconds