Home | History | Annotate | Download | only in libsa

Lines Matching defs:xi

380 	struct xdr_inaddr *xi;
389 xi = (struct xdr_inaddr *)*pkt;
390 *pkt += sizeof(*xi);
391 xi->atype = htonl(1);
394 ip = (uint32_t *)xi->addr;
412 struct xdr_inaddr *xi;
421 xi = (struct xdr_inaddr *)*pkt;
422 *pkt += sizeof(*xi);
423 if (xi->atype != htonl((uint32_t)1)) {
430 ip = (uint32_t *)xi->addr;