Searched refs:conv_rec (Results 1 – 1 of 1) sorted by relevance
547 } conv_rec; in ntohd() local559 conv_rec.whole_thing = net_double; in ntohd()564 conv_rec.words[0] = htonl(conv_rec.words[0]); in ntohd()565 conv_rec.words[1] = htonl(conv_rec.words[1]); in ntohd()569 scratch = conv_rec.bytes[i]; in ntohd()570 conv_rec.bytes[i] = conv_rec.bytes[7-i]; in ntohd()571 conv_rec.bytes[7-i] = scratch; in ntohd()577 unsigned int scratch = conv_rec.words[0]; in ntohd()578 conv_rec.words[0] = conv_rec.words[1]; in ntohd()579 conv_rec.words[1] = scratch; in ntohd()[all …]