tag | line | file | source code |
---|---|---|---|
timeptr | 368 | net/ipv4/ip_options.c | __u32 * timeptr = NULL; |
timeptr | 379 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr-1]; |
timeptr | 393 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr+3]; |
timeptr | 412 | net/ipv4/ip_options.c | timeptr = (__u32*)&optptr[ts->ptr+3]; |
timeptr | 422 | net/ipv4/ip_options.c | if (timeptr) |
timeptr | 428 | net/ipv4/ip_options.c | memcpy(timeptr, &midtime, sizeof(__u32)); |