taglinefilesource code
in_ntoa346fs/nfs/nfsroot.cprintk("Got RARP answer from %s, ", in_ntoa(server.sin_addr.s_addr));
in_ntoa347fs/nfs/nfsroot.cprintk("my address is %s\n", in_ntoa(myaddr.sin_addr.s_addr));
in_ntoa415fs/nfs/nfsroot.cstrncpy(system_utsname.nodename, in_ntoa(myaddr.sin_addr.s_addr), __NEW_UTS_LEN);
in_ntoa426fs/nfs/nfsroot.ccp = in_ntoa(server.sin_addr.s_addr);
in_ntoa430fs/nfs/nfsroot.ccp = in_ntoa(myaddr.sin_addr.s_addr);
in_ntoa48include/linux/inet.hextern char    *in_ntoa(unsigned long in);
in_ntoa712net/ipv4/arp.cin_ntoa(entry->ip));
in_ntoa1367net/ipv4/arp.cin_ntoa(entry->ip),
in_ntoa1375net/ipv4/arp.c"*" : in_ntoa(entry->mask), entry->dev->name);
in_ntoa1380net/ipv4/arp.c"*" : in_ntoa(entry->mask), entry->dev->name, 
in_ntoa360net/ipv4/icmp.cin_ntoa(iph->daddr), ntohs(iph->protocol));
in_ntoa367net/ipv4/icmp.cin_ntoa(iph->daddr));
in_ntoa411net/ipv4/icmp.cprintk(KERN_INFO "ICMP: %s: Source Route Failed.\n", in_ntoa(iph->daddr));
in_ntoa486net/ipv4/icmp.cprintk(KERN_INFO "icmp: ICMP redirect from %s on %s ignored.\n", in_ntoa(source), dev->name);
in_ntoa514net/ipv4/icmp.cprintk(KERN_INFO "ICMP redirect from %s\n", in_ntoa(source));
in_ntoa651net/ipv4/icmp.cprintk(KERN_INFO "ICMP: failed checksum from %s!\n", in_ntoa(saddr));