Searched refs:udp (Results 51 - 75 of 133) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/
H A Dgenzone.sh93 wks02 WKS 10.0.0.1 udp domain 0 1 2
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/examples/chroot-setup/
H A DSolaris265 # Make device nodes. We need ticotsord, ticlts and udp to resolve NIS names.
66 for device in zero tcp udp ticotsord ticlts; do
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_rpcb_pxy.c15 * rdr <int> <e_ip>/32 port <e_p> -> <i_ip> port <i_p> udp proxy rpcbu
611 /* Decode r_netid. Must be "tcp" or "udp". */
752 udphdr_t *udp; local
799 udp = fin->fin_dp;
800 udp->uh_ulen = htons(ntohs(udp->uh_ulen) + diff);
1070 /* Must have 4 bytes for length & 4 bytes for "tcp" or "udp". */
1085 else if (!strncmp((char *)xp->xp_xsstr, "udp\0", 4))
1408 udphdr_t *udp; local
1410 udp
[all...]
/netbsd-6-1-5-RELEASE/sys/altq/
H A Daltq_subr.c63 #include <netinet/udp.h>
927 struct udphdr *udp; local
929 udp = (struct udphdr *)(mtod(m0, char *) + off);
930 fin->fi_sport = udp->uh_sport;
931 fin->fi_dport = udp->uh_dport;
1012 struct udphdr *udp; local
1014 udp = (struct udphdr *)(mtod(m0, char *) + off);
1015 fin6->fi6_sport = udp->uh_sport;
1016 fin6->fi6_dport = udp->uh_dport;
/netbsd-6-1-5-RELEASE/dist/ipf/ipsd/
H A Dsbpf.c37 #include <netinet/udp.h>
H A Dipsd.c22 #include <netinet/udp.h>
H A Dsdlpi.c34 #include <netinet/udp.h>
H A Dsnit.c36 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/dist/ipf/ipsend/
H A Dsnit.c36 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dlogmsg.c597 struct ulp_data *udp = closure; local
599 return logfile_write (repository, filter, udp->message, udp->logfp,
600 udp->changes);
/netbsd-6-1-5-RELEASE/sys/arch/xen/xen/
H A Dxennet_checksum.c44 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/sys/lib/libsa/
H A DMakefile63 SRCS+= arp.c ether.c ether_sprintf.c ip_cksum.c net.c netif.c rpc.c udp.c ip.c
H A Dip.c50 #include <netinet/udp.h>
82 * Caller must leave room for ethernet, ip and udp headers in front!
/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_instr.c166 const struct udphdr *uh = npc->npc_l4.udp;
/netbsd-6-1-5-RELEASE/usr.sbin/map-mbone/
H A Dmapper.c873 int udp; local
884 if ((udp = socket(AF_INET, SOCK_DGRAM, 0)) < 0
885 || connect(udp, (struct sockaddr *) &addr, sizeof(addr)) < 0
886 || getsockname(udp, (struct sockaddr *) &addr, &addrlen) < 0) {
890 close(udp);
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/
H A Dnattraversal.c39 #include <linux/udp.h>
42 #include <netinet/udp.h>
H A Ddump.c45 #include <netinet/udp.h>
211 /* write out udp header */
/netbsd-6-1-5-RELEASE/dist/ipf/
H A Dipf.h55 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dpcap-nit.c45 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/bin/
H A DMakefile37 print-udp.c print-vjc.c print-vrrp.c print-wb.c print-zephyr.c \
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/prj/
H A DGNUmakefile140 ../../print-udp.o \
/netbsd-6-1-5-RELEASE/sys/arch/i386/stand/pxeboot/
H A Dpxe.c89 #include <netinet/udp.h>
117 * This section is a replacement for libsa/udp.c
120 /* Caller must leave room for ethernet, ip, and udp headers in front!! */
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_osdep.c55 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/regress/sys/net/frag/
H A Dip4_frag_1.c51 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/usr.sbin/npf/npftest/libnpftest/
H A Dnpf_nat_test.c149 const struct udphdr *uh = npc.npc_l4.udp;

Completed in 208 milliseconds

123456