Searched refs:IP_CMSG_TTL (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/
H A Dip_sockglue.c47 #define IP_CMSG_TTL 2 macro
486 inet->cmsg_flags |= IP_CMSG_TTL;
488 inet->cmsg_flags &= ~IP_CMSG_TTL;
1007 val = (inet->cmsg_flags & IP_CMSG_TTL) != 0;
1129 if (inet->cmsg_flags & IP_CMSG_TTL) {

Completed in 43 milliseconds