| tag | line | file | source code |
|---|---|---|---|
| optbuf | 165 | net/ipv4/icmp.c | unsigned char optbuf[40]; |
| optbuf | 2965 | net/ipv4/ip.c | unsigned char optbuf[sizeof(struct options)+40]; |
| optbuf | 2966 | net/ipv4/ip.c | struct options * opt = (struct options*)optbuf; |
| optbuf | 2973 | net/ipv4/ip.c | memcpy(optbuf, sk->opt, sizeof(struct options)+sk->opt->optlen); |