Lines Matching refs:ia
541 } ia; in SRXAFSCB_TellMeAboutYourself() member
562 reply.ia.nifs = htonl(nifs); in SRXAFSCB_TellMeAboutYourself()
564 reply.ia.uuid[0] = htonl(afs_uuid.time_low); in SRXAFSCB_TellMeAboutYourself()
565 reply.ia.uuid[1] = htonl(afs_uuid.time_mid); in SRXAFSCB_TellMeAboutYourself()
566 reply.ia.uuid[2] = htonl(afs_uuid.time_hi_and_version); in SRXAFSCB_TellMeAboutYourself()
567 reply.ia.uuid[3] = htonl((s8) afs_uuid.clock_seq_hi_and_reserved); in SRXAFSCB_TellMeAboutYourself()
568 reply.ia.uuid[4] = htonl((s8) afs_uuid.clock_seq_low); in SRXAFSCB_TellMeAboutYourself()
570 reply.ia.uuid[loop + 5] = htonl((s8) afs_uuid.node[loop]); in SRXAFSCB_TellMeAboutYourself()
574 reply.ia.ifaddr[loop] = ifs[loop].address.s_addr; in SRXAFSCB_TellMeAboutYourself()
575 reply.ia.netmask[loop] = ifs[loop].netmask.s_addr; in SRXAFSCB_TellMeAboutYourself()
576 reply.ia.mtu[loop] = htonl(ifs[loop].mtu); in SRXAFSCB_TellMeAboutYourself()