taglinefilesource code
htons104drivers/net/3c509.cphys_addr[i] = htons(read_eeprom(ioaddr, i));
htons124drivers/net/3c509.cphys_addr[i] = htons(read_eeprom(ioaddr, i));
htons157drivers/net/3c509.cphys_addr[i] = htons(id_read_eeprom(i));
htons522drivers/net/slhc.cthp->check = htons(x);
htons555drivers/net/slhc.cthp->urg_ptr = htons(x);
htons563drivers/net/slhc.cthp->window = htons( ntohs(thp->window) + x);
htons586drivers/net/slhc.cip->id = htons (ntohs (ip->id) + x);
htons588drivers/net/slhc.cip->id = htons (ntohs (ip->id) + 1);
htons600drivers/net/slhc.cip->tot_len = htons(len);
htons122include/linux/in.hextern unsigned short int  htons(unsigned short int);
htons170net/inet/arp.clen = htons(arp->ar_op);
htons177net/inet/arp.clen = htons(arp->ar_hrd);
htons181net/inet/arp.cprintk("   pro = 0x%04X\n", htons(arp->ar_pro));
htons332net/inet/arp.carp2->ar_op = htons(ARPOP_REPLY);
htons649net/inet/arp.carp->ar_hrd = htons(dev->type);
htons651net/inet/arp.carp->ar_pro = htons(ETH_P_IP);
htons653net/inet/arp.carp->ar_pro = htons(0xCC);
htons656net/inet/arp.carp->ar_op = htons(ARPOP_REQUEST);
htons108net/inet/eth.ceth->h_proto = htons(type);
htons158net/inet/eth.cif(eth->h_proto!=htons(ETH_P_ARP))  /* This ntohs kind of helps a bit! */
htons185net/inet/eth.creturn(htons(ETH_P_802_3));
htons281net/inet/ip.ciph->id       = htons(count++);
htons814net/inet/ip.ciph->tot_len = htons((iph->ihl * sizeof(unsigned long)) + count);
htons1061net/inet/ip.ciph->frag_off = htons((offset >> 3));
htons1065net/inet/ip.ciph->frag_off |= htons(IP_MF);
htons1126net/inet/sock.csk->dummy_th.source = htons(sk->num);
htons799net/inet/tcp.cth->window = htons(sk->window);
htons284net/inet/udp.cuh->len = htons(len + sizeof(struct udphdr));