Searched defs:ipha1 (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_input.c1843 ipha_t *ipha1; local
1886 ipha1 = (ipha_t *)mp1->b_rptr;
1887 ip_fanout_v4(mp1, ipha1, ira);
1923 ipha_t *ipha1; local
1983 ipha1 = (ipha_t *)mp1->b_rptr;
1984 ip_fanout_v4(mp1, ipha1, ira);
H A Dip_output.c1236 ipha_t *ipha1; local
1320 ipha1 = (ipha_t *)mp1->b_rptr;
1334 ipha1->ipha_dst, INADDR_ANY, ixa->ixa_zoneid, ipst,
1335 &ipha1->ipha_src, NULL, NULL) != 0) {
1380 (void) ire_send_wire_v4(ire1, mp1, ipha1, ixa, identp);

Completed in 75 milliseconds