|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.228, 2006/07/30 17:38:19 | version 1.229, 2006/08/30 18:55:09 | ||
|---|---|---|---|
|
|
||
| #endif /* MBUFTRACE */ | #endif /* MBUFTRACE */ | ||
| } | } | ||
| struct sockaddr_in ipaddr = { sizeof(ipaddr), AF_INET }; | struct sockaddr_in ipaddr = { | ||
| .sin_len = sizeof(ipaddr), | |||
| .sin_family = AF_INET, | |||
| }; | |||
| struct route ipforward_rt; | struct route ipforward_rt; | ||
| /* | /* |