Home
last modified time | relevance | path

Searched refs:udphdr_t (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_dns_pxy.c189 dlen = fin->fin_dlen - sizeof(udphdr_t);
208 dlen = fin->fin_dlen - sizeof(udphdr_t);
209 COPYDATA(fin->fin_m, fin->fin_hlen + sizeof(udphdr_t),
350 dns = (ipf_dns_hdr_t *)((char *)fin->fin_dp + sizeof(udphdr_t));
355 dlen = fin->fin_dlen - sizeof(*dns) - sizeof(udphdr_t);
397 dnh = (ipf_dns_hdr_t *)((char *)fin->fin_dp + sizeof(udphdr_t));
H A Dip_netbios_pxy.c78 udphdr_t *udp;
94 udp = (udphdr_t *)fin->fin_dp;
H A Dip_tftp_pxy.c171 udphdr_t *udp;
197 udp = (udphdr_t *)fin->fin_dp;
298 udphdr_t udp;
431 udphdr_t *udp;
439 msg += sizeof(udphdr_t);
488 msg += sizeof(udphdr_t);
H A Dip_rpcb_pxy.c228 off += sizeof(udphdr_t) + fin->fin_ipoff;
229 dlen = fin->fin_dlen - sizeof(udphdr_t);
302 off += sizeof(udphdr_t) + fin->fin_ipoff;
303 dlen = fin->fin_dlen - sizeof(udphdr_t);
782 udphdr_t *udp;
1186 fi.fin_dlen = sizeof(udphdr_t);
1466 udphdr_t *udp;
H A Dip_nat6.c1626 udphdr_t *udp;
1628 udp = (udphdr_t *)dp;
2885 udphdr_t *uh;
2899 uh = (udphdr_t *)(ip6 + 1);
3285 udphdr_t *uh;
3296 ip6->ip6_plen = htons(fin->fin_plen + sizeof(udphdr_t));
3298 uh = (udphdr_t *)(ip6 + 1);
3722 udphdr_t *uh;
3727 len = sizeof(ip6_t) + sizeof(udphdr_t);
3752 uh = (udphdr_t *)((u_char *)ip6 + sizeof(*ip6));
[all …]
H A Dip_nat.c3811 udphdr_t *udp;
3813 udp = (udphdr_t *)dp;
5207 udphdr_t *uh;
5228 uh = (udphdr_t *)(ip + 1);
5658 udphdr_t *uh;
5675 uh = (udphdr_t *)(ip + 1);
5806 udphdr_t *udp;
7337 udphdr_t *uh;
7342 len = sizeof(ip_t) + sizeof(udphdr_t);
7373 uh = (udphdr_t *)(ip + 1);
[all …]
H A Dip_proxy.c909 udphdr_t *udp = NULL;
971 udp = (udphdr_t *)fin->fin_dp;
H A Dip_log.c387 hlen += MIN(sizeof(udphdr_t), fin->fin_dlen);
H A Dip_compat.h669 typedef struct udphdr udphdr_t; typedef
H A Dip_fil_freebsd.c1082 udphdr_t *udp = fin->fin_dp;
H A Dfil.c1499 udphdr_t *udp;
1555 ipf_pr_short(fin, sizeof(udphdr_t));
3450 csump = &((udphdr_t *)l4hdr)->uh_sum;
6677 udphdr_t *udp;