|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.76, 2003/09/06 03:36:31 | version 1.77, 2003/11/17 21:34:27 | ||
|---|---|---|---|
|
|
||
| HTONS(ip->ip_len); | HTONS(ip->ip_len); | ||
| HTONS(ip->ip_off); | HTONS(ip->ip_off); | ||
| if (ip->ip_id == 0) | if (ip->ip_id == 0) | ||
| ip->ip_id = htons(ip_randomid()); | ip->ip_id = ip_newid(); | ||
| opts = NULL; | opts = NULL; | ||
| /* XXX prevent ip_output from overwriting header fields */ | /* XXX prevent ip_output from overwriting header fields */ | ||
| flags |= IP_RAWOUTPUT; | flags |= IP_RAWOUTPUT; |