taglinefilesource code
htons141drivers/net/3c509.cphys_addr[i] = htons(read_eeprom(ioaddr, i));
htons160drivers/net/3c509.cphys_addr[i] = htons(read_eeprom(ioaddr, i));
htons196drivers/net/3c509.cphys_addr[i] = htons(id_read_eeprom(i));
htons922drivers/net/de620.cif (wrd != htons(0x0080)) /* Valid D-Link ether sequence? */
htons436drivers/net/plip.cif (eth->h_proto != htons(ETH_P_IP)) {
htons1815drivers/net/ppp.creturn(htons(ETH_P_IP));
htons522drivers/net/slhc.cthp->check = htons(x);
htons554drivers/net/slhc.cthp->urg_ptr = htons(x);
htons561drivers/net/slhc.cthp->window = htons( ntohs(thp->window) + x);
htons581drivers/net/slhc.cip->id = htons (ntohs (ip->id) + x);
htons583drivers/net/slhc.cip->id = htons (ntohs (ip->id) + 1);
htons595drivers/net/slhc.cip->tot_len = htons(len);
htons489drivers/net/slip.creturn htons(ETH_P_AX25);
htons491drivers/net/slip.creturn htons(ETH_P_IP);
htons503drivers/net/slip.cif((sl->mode&SL_MODE_AX25) && type!=htons(ETH_P_AX25))
htons122include/linux/in.hextern unsigned short int  htons(unsigned short int);
htons315net/inet/arp.carp->ar_hrd = htons(dev->type);
htons317net/inet/arp.carp->ar_pro = (dev->type != ARPHRD_AX25)? htons(ETH_P_IP) : htons(AX25_P_IP);
htons319net/inet/arp.carp->ar_pro = htons(ETH_P_IP);
htons323net/inet/arp.carp->ar_op = htons(type);
htons541net/inet/arp.cif(arp->ar_pro != htons(AX25_P_IP))
htons549net/inet/arp.cif(arp->ar_pro != htons(ETH_P_IP))
htons605net/inet/arp.cif(arp->ar_op == htons(ARPOP_REPLY))
htons1173net/inet/arp.carp_packet_type.type=htons(ETH_P_ARP);
htons127net/inet/dev.cif(pt->type == htons(ETH_P_ALL))
htons149net/inet/dev.cif (pt->type == htons(ETH_P_ALL))
htons186net/inet/dev.cif (pt->type == htons(ETH_P_ALL))
htons219net/inet/dev.cif (pt1->next->type == pt->type && pt->type != htons(ETH_P_ALL))
htons429net/inet/dev.cif (ptype->type == htons(ETH_P_ALL)) {
htons732net/inet/dev.cif (ptype->type == type || ptype->type == htons(ETH_P_ALL)) 
htons736net/inet/dev.cif (ptype->type == htons(ETH_P_ALL))
htons94net/inet/eth.ceth->h_proto = htons(type);
htons96net/inet/eth.ceth->h_proto = htons(len);
htons142net/inet/eth.cif(eth->h_proto != htons(ETH_P_IP)) 
htons191net/inet/eth.creturn htons(ETH_P_802_3);
htons193net/inet/eth.creturn htons(ETH_P_SNAP);
htons195net/inet/eth.creturn htons(ETH_P_802_2);
htons881net/inet/ip.ciph->tot_len = htons((iph->ihl * sizeof(unsigned long)) + count);
htons1225net/inet/ip.ciph->frag_off = htons((offset >> 3));
htons1231net/inet/ip.ciph->frag_off |= htons(IP_MF);
htons1677net/inet/ip.ciph->id      = htons(ip_id_count++);
htons1837net/inet/ip.ciph->id = htons(ip_id_count++);
htons2023net/inet/ip.cip_packet_type.type=htons(ETH_P_IP);
htons161net/inet/ipx.chtons(s->ipx_source_addr.sock));
htons165net/inet/ipx.chtons(s->ipx_dest_addr.sock));
htons284net/inet/ipx.cdlink_type = htons(ETH_P_IPX);
htons287net/inet/ipx.cdlink_type = htons(ETH_P_802_2);
htons290net/inet/ipx.cdlink_type = htons(ETH_P_SNAP);
htons293net/inet/ipx.cdlink_type = htons(ETH_P_802_3);
htons646net/inet/ipx.cwhile (ipx_find_socket(htons(socketNum)) != NULL)
htons649net/inet/ipx.creturn  htons(socketNum++);
htons817net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet))
htons992net/inet/ipx.cif(htons(usipx->sipx_port)<0x4000 && !suser())
htons1084net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
htons1341net/inet/ipx.cipx_dix_packet_type.type=htons(ETH_P_IPX);
htons1345net/inet/ipx.cipx_8023_packet_type.type=htons(ETH_P_802_3);
htons71net/inet/p8022.cp8022_packet_type.type=htons(ETH_P_802_2);
htons96net/inet/rarp.crarp_packet_type.type=htons(ETH_P_RARP);
htons167net/inet/rarp.cif (rarp->ar_op != htons(ARPOP_RREQUEST))
htons179net/inet/rarp.c(rarp->ar_pro != htons(AX25_P_IP) && dev->type == ARPHRD_AX25) ||
htons181net/inet/rarp.c(rarp->ar_pro != htons(ETH_P_IP) && dev->type != ARPHRD_AX25)
htons883net/inet/tcp.cth->window = htons(sk->window);
htons305net/inet/udp.cuh->len = htons(len + sizeof(struct udphdr));