|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.104, 2000/03/02 06:07:36 | version 1.105, 2000/03/03 13:07:42 | ||
|---|---|---|---|
|
|
||
| * Make header visible. | * Make header visible. | ||
| */ | */ | ||
| ip->ip_len = next; | ip->ip_len = next; | ||
| ip->ip_ttl = 0; /* xxx */ | |||
| ip->ip_sum = 0; | |||
| ip->ip_src = fp->ipq_src; | ip->ip_src = fp->ipq_src; | ||
| ip->ip_dst = fp->ipq_dst; | ip->ip_dst = fp->ipq_dst; | ||
| LIST_REMOVE(fp, ipq_q); | LIST_REMOVE(fp, ipq_q); |