Home | History | Annotate | Download | only in netinet

Lines Matching defs:udp

88 # include <netinet/udp.h>
988 /* Analyse the packet for IPv6/UDP properties. */
1500 /* Extract the UDP source and destination ports, if present. If compiled */
1501 /* with IPFILTER_CKSUM, check to see if the UDP checksum is valid. */
1506 udphdr_t *udp;
1511 if (ipf_pr_pullup(fin, sizeof(*udp)) == -1) {
1519 udp = fin->fin_dp;
1521 fin->fin_sport = ntohs(udp->uh_sport);
1522 fin->fin_dport = ntohs(udp->uh_dport);
1554 /* Analyse the packet for IPv4/UDP properties. */
2139 /* Compares the current pcket (assuming it is TCP/UDP) information with a */
2163 * If we don't have all the TCP/UDP header, then how can we
2191 /* TCP/UDP port data. */
6502 udphdr_t *udp;
6526 udp = fin->fin_dp;
6527 if (udp->uh_sum != 0) {
6528 csump = &udp->uh_sum;
8208 /* l5proto(I) - layer 5 protocol to decode UDP data as. */
8237 * inside UDP frames comes from the rule.
8555 * This is currently used with TCP and UDP port compares and