Lines Matching refs:htonl
442 reply.match = htonl(0); in SRXAFSCB_ProbeUuid()
444 reply.match = htonl(1); in SRXAFSCB_ProbeUuid()
559 reply.ia.nifs = htonl(nifs); in SRXAFSCB_TellMeAboutYourself()
561 reply.ia.uuid[0] = htonl(afs_uuid.time_low); in SRXAFSCB_TellMeAboutYourself()
562 reply.ia.uuid[1] = htonl(afs_uuid.time_mid); in SRXAFSCB_TellMeAboutYourself()
563 reply.ia.uuid[2] = htonl(afs_uuid.time_hi_and_version); in SRXAFSCB_TellMeAboutYourself()
564 reply.ia.uuid[3] = htonl((s8) afs_uuid.clock_seq_hi_and_reserved); in SRXAFSCB_TellMeAboutYourself()
565 reply.ia.uuid[4] = htonl((s8) afs_uuid.clock_seq_low); in SRXAFSCB_TellMeAboutYourself()
567 reply.ia.uuid[loop + 5] = htonl((s8) afs_uuid.node[loop]); in SRXAFSCB_TellMeAboutYourself()
573 reply.ia.mtu[loop] = htonl(ifs[loop].mtu); in SRXAFSCB_TellMeAboutYourself()
578 reply.cap.capcount = htonl(1); in SRXAFSCB_TellMeAboutYourself()
579 reply.cap.caps[0] = htonl(AFS_CAP_ERROR_TRANSLATION); in SRXAFSCB_TellMeAboutYourself()