Searched refs:udphdr_t (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.3-release/sys/contrib/ipfilter/netinet/
H A Dip_netbios_pxy.c78 udphdr_t *udp;
94 udp = (udphdr_t *)fin->fin_dp;
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_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.c226 off += sizeof(udphdr_t) + fin->fin_ipoff;
227 dlen = fin->fin_dlen - sizeof(udphdr_t);
300 off += sizeof(udphdr_t) + fin->fin_ipoff;
301 dlen = fin->fin_dlen - sizeof(udphdr_t);
780 udphdr_t *udp;
1184 fi.fin_dlen = sizeof(udphdr_t);
1464 udphdr_t *udp;
H A Dip_nat6.c1632 udphdr_t *udp;
1634 udp = (udphdr_t *)dp;
2891 udphdr_t *uh;
2905 uh = (udphdr_t *)(ip6 + 1);
3291 udphdr_t *uh;
3302 ip6->ip6_plen = htons(fin->fin_plen + sizeof(udphdr_t));
3304 uh = (udphdr_t *)(ip6 + 1);
3728 udphdr_t *uh;
3733 len = sizeof(ip6_t) + sizeof(udphdr_t);
3758 uh = (udphdr_t *)((u_cha
[all...]
H A Dip_nat.c3818 udphdr_t *udp;
3820 udp = (udphdr_t *)dp;
5213 udphdr_t *uh;
5234 uh = (udphdr_t *)(ip + 1);
5658 udphdr_t *uh;
5675 uh = (udphdr_t *)(ip + 1);
5807 udphdr_t *udp;
7354 udphdr_t *uh;
7359 len = sizeof(ip_t) + sizeof(udphdr_t);
7390 uh = (udphdr_t *)(i
[all...]
H A Dip_proxy.c911 udphdr_t *udp = NULL;
973 udp = (udphdr_t *)fin->fin_dp;
H A Dip_log.c413 hlen += MIN(sizeof(udphdr_t), fin->fin_dlen);
H A Dip_compat.h687 typedef struct udphdr udphdr_t; typedef in typeref:struct:udphdr
H A Dip_fil_freebsd.c1140 udphdr_t *udp = fin->fin_dp;
H A Dfil.c1510 udphdr_t *udp;
1566 ipf_pr_short(fin, sizeof(udphdr_t));
3467 csump = &((udphdr_t *)l4hdr)->uh_sum;
6654 udphdr_t *udp;
/freebsd-10.3-release/contrib/ipfilter/iplang/
H A Diplang.h36 udphdr_t *ahu_udp;
H A Diplang_y.y79 udphdr_t *udp = NULL;
689 sz = sizeof(udphdr_t);
1253 udp = (udphdr_t *)new_header(IPPROTO_UDP);
/freebsd-10.3-release/contrib/ipfilter/ipsd/Celler/
H A Dip_compat.h157 } udphdr_t; typedef in typeref:struct:__anon1587
192 typedef struct udphdr udphdr_t; typedef in typeref:struct:udphdr
/freebsd-10.3-release/contrib/ipfilter/ipsend/.OLD/
H A Dip_compat.h159 } udphdr_t; typedef in typeref:struct:__anon1594
233 typedef struct udphdr udphdr_t; typedef in typeref:struct:udphdr
/freebsd-10.3-release/contrib/ipfilter/ipsend/
H A Dipsend.c202 udphdr_t *udp;
214 udp = (udphdr_t *)tcp;
284 ip->ip_len += sizeof(udphdr_t);
393 udp = (udphdr_t *)(p + hlen);
H A Dip.c314 thlen = sizeof(udphdr_t);
319 (char *)&ti->ti_sport, sizeof(udphdr_t));
327 (char *)ip + (IP_HL(ip) << 2), sizeof(udphdr_t));
H A Diptests.c137 udphdr_t *u;
147 u = (udphdr_t *)(ip + 1);
785 udphdr_t *u;
796 u = (udphdr_t *)((char *)ip + (IP_HL(ip) << 2));
921 * Test 5: sizeof(ip_t) <= MTU <= sizeof(udphdr_t) +
1300 udphdr_t *u;
1309 u = (udphdr_t *)(ip + 1);
/freebsd-10.3-release/contrib/ipfilter/tools/
H A Dipftest.c846 csump += offsetof(udphdr_t, uh_sum);

Completed in 394 milliseconds