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

/illumos-gate/usr/src/uts/common/inet/ip/
H A Dicmp.c3017 ipha_t iphas; local
3203 iphas = *ipha;
3220 ipha->ipha_type_of_service = iphas.ipha_type_of_service;
3221 ipha->ipha_ident = iphas.ipha_ident;
3223 iphas.ipha_fragment_offset_and_flags;
3224 ipha->ipha_ttl = iphas.ipha_ttl;
3225 ipha->ipha_protocol = iphas.ipha_protocol;
3226 ipha->ipha_src = iphas.ipha_src;
3227 ipha->ipha_dst = iphas.ipha_dst;

Completed in 56 milliseconds