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

/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c55 } ip_hdr_t; typedef in typeref:struct:ip_hdr
152 ip_hdr_t *iph;
184 size = r = sizeof (ip_hdr_t) + nvsize;
195 iph = (ip_hdr_t *)(uintptr_t)buf;
196 nvbuf = buf + sizeof (ip_hdr_t);
401 ip_hdr_t *iph;
407 if ((iph = ip_xprt_recv(ipx, sizeof (ip_hdr_t))) == NULL)
982 ip_size = MAX(ip_size, sizeof (ip_hdr_t));

Completed in 45 milliseconds