Searched refs:udp (Results 101 - 125 of 133) sorted by relevance

123456

/netbsd-6-1-5-RELEASE/sys/net/npf/
H A Dnpf_nat.c495 const struct udphdr *uh = npc->npc_l4.udp;
/netbsd-6-1-5-RELEASE/sys/netinet/
H A Dip_mroute.c129 #include <netinet/udp.h>
2195 struct udphdr *udp = (struct udphdr *)(((char *)ip) + (ip->ip_hl << 2)); local
2197 switch (ntohs(udp->uh_dport) & 0xc000) {
2211 ntohs(udp->uh_dport), prio);
H A Dip_output.c146 #include <netinet/udp.h>
H A Dudp_usrreq.c96 #include <netinet/udp.h>
186 struct mowner udp_mowner = MOWNER_INIT("udp", "");
187 struct mowner udp_rx_mowner = MOWNER_INIT("udp", "rx");
188 struct mowner udp_tx_mowner = MOWNER_INIT("udp", "tx");
196 NULL, "udp", "hwcsum bad");
198 NULL, "udp", "hwcsum ok");
200 NULL, "udp", "hwcsum data");
202 NULL, "udp", "swcsum");
980 * Notify a udp user of an asynchronous error;
1236 * the udp pc
[all...]
/netbsd-6-1-5-RELEASE/sys/dist/ipf/netinet/
H A Dip_frag.c74 #include <netinet/udp.h>
H A Dip_log.c124 #include <netinet/udp.h>
H A Dip_auth.c103 #include <netinet/udp.h>
H A Dip_sync.c81 #include <netinet/udp.h>
H A Dip_fil_netbsd.c65 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/share/man/man4/
H A DMakefile63 uark.4 ubsec.4 udp.4 uep.4 ug.4 uha.4 uk.4 ukphy.4 unix.4 userconf.4 \
/netbsd-6-1-5-RELEASE/dist/ipf/
H A DHISTORY560 allow lib/getport to work when neither tcp or udp are specified in a rule
2136 * Make ipnat use "tcp/udp" instead of "tcpudp"
2137 * Print out "tcp/udp" properly
2138 * ipnat "portmap tcp" matches "portmap udp" when adding/removing
2165 protocol (tcp/udp/tcpudp) to rdr output - Carson Gaspar (carson@lehman.com)
2302 core dump, if tcp/udp is used with a port number and not service name,
2487 "tcp/udp" and a non-initialised pointer caused the "proto" to become
2493 "tcp/udp" had a strange effect (undesired) on getserv*() functions,
H A Dip_sync.c81 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/external/bsd/libpcap/dist/
H A Dscanner.l201 udp return UDP;
/netbsd-6-1-5-RELEASE/sys/netipsec/
H A Dipsec.c71 #include <netinet/udp.h>
74 #include <netinet/udp.h>
867 * (like 4.4BSD tcp/udp processing). XXX should we panic here?
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute6/
H A Dtraceroute6.c214 * The udp port usage may appear bizarre (well, ok, it is bizarre).
216 * data from the original datagram. 8 bytes is the size of a udp
219 * udp header (the ip id could be used but there's no way to
245 * sending a loose-source-routed udp datagram through the destination
278 #include <netinet/udp.h>
297 * format of a (udp) probe packet.
312 static struct opacket *outpacket; /* last output (udp) packet */
333 static int sndsock; /* send (udp) socket file descriptor */
357 static u_int16_t port = 32768+666;/* start udp dest port # for probe packets */
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Dinet.c77 #include <netinet/udp.h>
526 if (sysctlbyname("net.inet.udp.stats", udpstat, &size,
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dhme.c68 #include <netinet/udp.h>
H A Di82557.c97 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/usr.sbin/traceroute/
H A Dtraceroute.c169 * The udp port usage may appear bizarre (well, ok, it is bizarre).
171 * data from the original datagram. 8 bytes is the size of a udp
174 * udp header (the ip id could be used but there's no way to
200 * sending a loose-source-routed udp datagram through the destination
220 #include <netinet/udp.h>
348 static struct ip *outip; /* last output (udp) packet */
349 static struct udphdr *outudp; /* last output (udp) packet */
359 static int sndsock; /* send (udp/icmp) socket file descriptor */
382 static in_port_t port = 32768 + 666; /* start udp dest port # for probe packets */
393 static int useicmp = 0; /* use icmp echo instead of udp packet
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A DMakefile1038 ifeq ($(CONFIG_CTRL_IFACE), udp)
/netbsd-6-1-5-RELEASE/sys/arch/sgimips/mace/
H A Dif_mec.c90 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_main.c57 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_cas.c79 #include <netinet/udp.h>
/netbsd-6-1-5-RELEASE/sys/dist/pf/net/
H A Dpf_norm.c67 #include <netinet/udp.h>
H A Dpfvar.h1082 struct udphdr *udp; member in union:pf_pdesc::__anon8497

Completed in 340 milliseconds

123456