tag | line | file | source code |
---|---|---|---|
in_ntoa | 243 | net/tcp/ip.c | rt->dev->name, in_ntoa(rt->net)); |
in_ntoa | 244 | net/tcp/ip.c | printk("ROUTER=%s\n", in_ntoa(rt->router)); |
in_ntoa | 289 | net/tcp/ip.c | r->dev->name, in_ntoa(r->net))); |
in_ntoa | 837 | net/tcp/ip.c | PRINTK((" SRC = %s ", in_ntoa(iph->saddr))); |
in_ntoa | 838 | net/tcp/ip.c | PRINTK((" DST = %s (ignored)\n", in_ntoa(iph->daddr))); |
in_ntoa | 850 | net/tcp/ip.c | printk(" SRC = %s ", in_ntoa(iph->saddr)); |
in_ntoa | 851 | net/tcp/ip.c | printk(" DST = %s (ignored)\n", in_ntoa(iph->daddr)); |