|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.123, 2009/01/19 02:27:57 | version 1.124, 2009/03/18 16:00:23 | ||
|---|---|---|---|
|
|
||
| M_NOWAIT); | M_NOWAIT); | ||
| if (mtag) { | if (mtag) { | ||
| m_tag_prepend(m, mtag); | m_tag_prepend(m, mtag); | ||
| bzero(mtag + 1, sizeof(struct ip6aux)); | memset(mtag + 1, 0, sizeof(struct ip6aux)); | ||
| } | } | ||
| } | } | ||
| return mtag; | return mtag; |