|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.281, 2009/04/18 14:58:05 | version 1.282, 2009/07/16 04:09:51 | ||
|---|---|---|---|
|
|
||
| if (*mp) | if (*mp) | ||
| mp = &(*mp)->m_next; | mp = &(*mp)->m_next; | ||
| } | } | ||
| if (inp->inp_flags & INP_RECVTTL) { | |||
| *mp = sbcreatecontrol((void *) &ip->ip_ttl, | |||
| sizeof(uint8_t), IP_RECVTTL, IPPROTO_IP); | |||
| if (*mp) | |||
| mp = &(*mp)->m_next; | |||
| } | |||
| } | } | ||
| /* | /* |