Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_netbios_pxy.c103 udphdr_t *udp;
119 udp = (udphdr_t *)fin->fin_dp;
H A Dip_rpcb_pxy.c253 off += sizeof(udphdr_t) + fin->fin_ipoff;
254 dlen = fin->fin_dlen - sizeof(udphdr_t);
325 off += sizeof(udphdr_t) + fin->fin_ipoff;
326 dlen = fin->fin_dlen - sizeof(udphdr_t);
803 udphdr_t *udp;
1209 fi.fin_dlen = sizeof(udphdr_t);
1478 udphdr_t *udp;
H A Dip_compat.h1752 typedef struct udphdr udphdr_t; typedef
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dip_proxy.c480 udphdr_t *udp = NULL;
553 udp = (udphdr_t *)fin->fin_dp;
H A Dip_log.c273 hlen += MIN(sizeof(udphdr_t), fin->fin_dlen);
H A Dfil.c1177 udphdr_t *udp;
1229 frpr_short(fin, sizeof(udphdr_t));
3004 csump = &((udphdr_t *)l4hdr)->uh_sum;
3005 l4hlen = sizeof(udphdr_t);
5977 udphdr_t *udp;
H A Dip_nat6.c1218 udphdr_t *udp;
1238 udp = (udphdr_t *)(((char *)oip6) + sizeof (*oip6));
H A Dip_fil_solaris.c2905 udphdr_t *udp;
2959 udp = (udphdr_t *)(pkt->b_rptr + fin->fin_hlen);
H A Dip_nat.c2999 udphdr_t *udp;
3019 udp = (udphdr_t *)((((char *)oip) + (IP_HL(oip) << 2)));
4532 udphdr_t *udp;
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipftest.c788 csump += offsetof(udphdr_t, uh_sum);