Lines Matching refs:ipha_t
149 ipha_t *ipv4_hdr; /* pointer to raw header */
221 translator ipinfo_t < ipha_t *I > {
241 ntohs(((ipha_t *)I)->ipha_length) -
242 ((((ipha_t *)I)->ipha_version_and_hdr_length & 0xf) << 2) :
246 inet_ntoa(&((ipha_t *)I)->ipha_src) : *(uint8_t *)I >> 4 == 6 ?
249 inet_ntoa(&((ipha_t *)I)->ipha_dst) : *(uint8_t *)I >> 4 == 6 ?
272 ntohs(((ipha_t *)I)->ipha_length) -
273 ((((ipha_t *)I)->ipha_version_and_hdr_length & 0xf) << 2) :
284 inet_ntoa(&((ipha_t *)I)->ipha_src) :
295 inet_ntoa(&((ipha_t *)I)->ipha_dst) :
307 translator ipv4info_t < ipha_t *I > {