Searched refs:UDP (Results 1 - 18 of 18) sorted by relevance

/freebsd-9.3-release/usr.bin/systat/
H A Dsystat.h59 #define UDP 0x2 macro
H A Dnetcmds.c148 protos == TCP ? "tcp" : protos == UDP ? "udp" : 0);
172 protos = TCP | UDP;
176 protos = UDP;
190 if ((protos&UDP) == 0)
247 protos == (TCP|UDP) ? 0 : protos == TCP ? "tcp" : "udp");
H A Dnetstat.c156 protos = TCP|UDP;
189 else if (protos&UDP) {
234 if (istcp && (protos&UDP)) {
258 } else if (protos&UDP) {
266 if (idx == 1 && !(protos&UDP))
323 else /* UDP */
/freebsd-9.3-release/sys/netinet/libalias/
H A Dalias_mod.h57 #define UDP 4 macro
H A Dalias_cuseeme.c98 .proto = UDP,
105 .proto = UDP,
H A Dalias_dummy.c108 .proto = UDP|TCP,
H A Dalias_nbt.c36 sessions by UDP.
134 .proto = UDP,
141 .proto = UDP,
148 .proto = UDP,
324 * NetBios Datagram Handler (IP/UDP)
351 /* Calculate data length of UDP packet */
787 /* Calculate data length of UDP packet */
H A Dalias_smedia.c167 .proto = TCP|UDP,
H A Dalias.c69 Corrected error in handling incoming UDP packets with 0 checksum.
84 IP header (TCP, UDP and ICMP were already
246 any incoming packets. For TCP and UDP, ports are also re-mapped.
255 For TCP and UDP protocols, a port number is chosen for an outgoing
575 * the original TCP/UDP packet was destined for.
764 error = find_handler(IN, UDP, la, pip, &ad);
769 /* If UDP checksum is not zero, then adjust since destination port */
887 error = find_handler(OUT, UDP, la, pip, &ad);
889 /* If UDP checksum is not zero, adjust since source port is */
900 /* Put alias port in UDP heade
[all...]
/freebsd-9.3-release/etc/
H A Dprotocols27 udp 17 UDP # user datagram protocol
146 udplite 136 UDPLite # The UDP-Lite Protocol
/freebsd-9.3-release/sys/arm/at91/
H A Dat91rm9200.c117 DEVICE("at91_udp", UDP, 0),
/freebsd-9.3-release/contrib/libpcap/
H A Dgrammar.y276 %token ARP RARP IP SCTP TCP UDP ICMP IGMP IGRP PIM VRRP CARP
464 | UDP { $$ = Q_UDP; }
H A Dscanner.l201 udp return UDP;
/freebsd-9.3-release/sys/dev/ixgb/
H A DREADME156 UDP traffic with Jumbo Frames.
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_log.c80 #define UDP(p) ((struct udphdr *)(p)) macro
393 len = snprintf(SNPARGS(proto, 0), "UDP %s", src);
H A Dip_fw2.c212 #define UDP(p) ((struct udphdr *)(p)) macro
686 * Check to see if the UDP or TCP stack supplied us with
939 * valid for TCP and UDP packets.
1045 dst_port = UDP(ulp)->uh_dport;
1046 src_port = UDP(ulp)->uh_sport;
1217 dst_port = UDP(ulp)->uh_dport;
1218 src_port = UDP(ulp)->uh_sport;
/freebsd-9.3-release/sys/net/
H A Dflowtable.c267 "seconds after which to remove flow allocated to UDP.");
644 #define UDP(p) ((struct udphdr *)(p)) macro
691 dst_port = UDP(ulp)->uh_dport;
692 src_port = UDP(ulp)->uh_sport;
1141 * from a transport protocol (e.g. TCP/UDP). The
1175 * FL_HASH_ALL => key[0] != 0 for TCP || UDP || SCTP
/freebsd-9.3-release/contrib/ipfilter/
H A DHISTORY123 fix various problems with IPv6 header checks: TCP/UDP checksum validation
129 fix TCP/UDP checksum calculation for IPv6
453 UDP doesn't pullup enough data which can sometimes cause a panic.
471 add "ip" timeout for both NAT & state that's for non-TCP/UDP/ICMP
512 non-TCP/UDP/ICMP protocols - default 60 seconds.
535 UDP was missing a pullup for packet header information before examining
1241 fixed NAT handling of non-TCP/UDP packets, esp. for ICMP errors returned.
1480 calculate correct MIN size of packet to log for UDP - Marc Boucher
1714 NAT lookups are still incorrect, matching non-TCP/UDP with TCP/UDP
[all...]

Completed in 226 milliseconds