taglinefilesource code
htons108drivers/net/3c509.cphys_addr[i] = htons(read_eeprom(ioaddr, i));
htons127drivers/net/3c509.cphys_addr[i] = htons(read_eeprom(ioaddr, i));
htons160drivers/net/3c509.cphys_addr[i] = htons(id_read_eeprom(i));
htons1801drivers/net/ppp.creturn(htons(ETH_P_IP));
htons513drivers/net/slhc.cthp->check = htons(x);
htons545drivers/net/slhc.cthp->urg_ptr = htons(x);
htons552drivers/net/slhc.cthp->window = htons( ntohs(thp->window) + x);
htons572drivers/net/slhc.cip->id = htons (ntohs (ip->id) + x);
htons574drivers/net/slhc.cip->id = htons (ntohs (ip->id) + 1);
htons586drivers/net/slhc.cip->tot_len = htons(len);
htons514drivers/net/slip.creturn htons(ETH_P_AX25);
htons516drivers/net/slip.creturn htons(ETH_P_IP);
htons528drivers/net/slip.cif((sl->mode&SL_MODE_AX25) && type!=htons(ETH_P_AX25))
htons122include/linux/in.hextern unsigned short int  htons(unsigned short int);
htons290net/inet/arp.carp->ar_hrd = htons(dev->type);
htons292net/inet/arp.carp->ar_pro = (dev->type != ARPHRD_AX25)? htons(ETH_P_IP) : htons(AX25_P_IP);
htons294net/inet/arp.carp->ar_pro = htons(ETH_P_IP);
htons298net/inet/arp.carp->ar_op = htons(type);
htons509net/inet/arp.cif(arp->ar_pro != htons(AX25_P_IP))
htons517net/inet/arp.cif(arp->ar_pro != htons(ETH_P_IP))
htons573net/inet/arp.cif(arp->ar_op == htons(ARPOP_REPLY))
htons1133net/inet/arp.carp_packet_type.type=htons(ETH_P_ARP);
htons121net/inet/dev.cif(pt->type == htons(ETH_P_ALL))
htons143net/inet/dev.cif (pt->type == htons(ETH_P_ALL))
htons180net/inet/dev.cif (pt->type == htons(ETH_P_ALL))
htons213net/inet/dev.cif (pt1->next->type == pt->type && pt->type != htons(ETH_P_ALL))
htons696net/inet/dev.cif (ptype->type == type || ptype->type == htons(ETH_P_ALL)) 
htons700net/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);
htons878net/inet/ip.ciph->tot_len = htons((iph->ihl * sizeof(unsigned long)) + count);
htons1223net/inet/ip.ciph->frag_off = htons((offset >> 3));
htons1229net/inet/ip.ciph->frag_off |= htons(IP_MF);
htons1691net/inet/ip.ciph->id      = htons(ip_id_count++);
htons1847net/inet/ip.ciph->id = htons(ip_id_count++);
htons2029net/inet/ip.cip_packet_type.type=htons(ETH_P_IP);
htons158net/inet/ipx.chtons(s->ipx_source_addr.sock));
htons162net/inet/ipx.chtons(s->ipx_dest_addr.sock));
htons281net/inet/ipx.cdlink_type = htons(ETH_P_IPX);
htons284net/inet/ipx.cdlink_type = htons(ETH_P_802_2);
htons287net/inet/ipx.cdlink_type = htons(ETH_P_SNAP);
htons290net/inet/ipx.cdlink_type = htons(ETH_P_802_3);
htons666net/inet/ipx.cif (ipx_find_socket(htons(socketNum)) == NULL) {
htons673net/inet/ipx.creturn  htons(foundNum);
htons862net/inet/ipx.cif(htons(ipx->ipx_pktsize)<sizeof(ipx_packet))
htons1034net/inet/ipx.cif(htons(sipx.sipx_port)<0x4000 && !suser())
htons1127net/inet/ipx.cipx->ipx_pktsize=htons(len+sizeof(ipx_packet));
htons1346net/inet/ipx.cipx_dix_packet_type.type=htons(ETH_P_IPX);
htons1350net/inet/ipx.cipx_8023_packet_type.type=htons(ETH_P_802_3);
htons71net/inet/p8022.cp8022_packet_type.type=htons(ETH_P_802_2);
htons118net/inet/rarp.crarp_packet_type.type=htons(ETH_P_RARP);
htons189net/inet/rarp.cif (rarp->ar_op != htons(ARPOP_RREQUEST))
htons201net/inet/rarp.c(rarp->ar_pro != htons(AX25_P_IP) && dev->type == ARPHRD_AX25) ||
htons203net/inet/rarp.c(rarp->ar_pro != htons(ETH_P_IP) && dev->type != ARPHRD_AX25)
htons757net/inet/tcp.cth->window = htons(sk->window);
htons302net/inet/udp.cuh->len = htons(len + sizeof(struct udphdr));