taglinefilesource code
htons115drivers/net/3c509.cphys_addr[i] = htons(read_eeprom(ioaddr, i));
htons135drivers/net/3c509.cphys_addr[i] = htons(read_eeprom(ioaddr, i));
htons168drivers/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);
htons165net/inet/arp.clen = htons(arp->ar_op);
htons172net/inet/arp.clen = htons(arp->ar_hrd);
htons176net/inet/arp.cprintk("   pro = 0x%04X\n", htons(arp->ar_pro));
htons306net/inet/arp.carp2->ar_op = htons(ARPOP_REPLY);
htons605net/inet/arp.carp->ar_hrd = htons(dev->type);
htons607net/inet/arp.carp->ar_pro = htons(ETH_P_IP);
htons609net/inet/arp.carp->ar_pro = htons(0xCC);
htons612net/inet/arp.carp->ar_op = htons(ARPOP_REQUEST);
htons107net/inet/eth.ceth->h_proto = htons(type);
htons157net/inet/eth.cif(eth->h_proto!=htons(ETH_P_ARP))  /* This ntohs kind of helps a bit! */
htons184net/inet/eth.creturn(htons(ETH_P_802_3));
htons266net/inet/ip.ciph->id       = htons(count++);
htons798net/inet/ip.ciph->tot_len = htons((iph->ihl * sizeof(unsigned long)) + count);
htons1039net/inet/ip.ciph->frag_off = htons((offset >> 3));
htons1043net/inet/ip.ciph->frag_off |= htons(IP_MF);
htons1053net/inet/sock.csk->dummy_th.source = htons(sk->num);
htons686net/inet/tcp.cth->window = htons(sk->window);
htons283net/inet/udp.cuh->len = htons(len + sizeof(struct udphdr));