|
|
| Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. |
| version 1.22, 1995/06/12 00:47:41 | version 1.23, 1995/06/12 06:46:36 | ||
|---|---|---|---|
|
|
||
| ip->ip_hl = sizeof(struct ip) >> 2; | ip->ip_hl = sizeof(struct ip) >> 2; | ||
| } | } | ||
| u_char inetctlerrmap[PRC_NCMDS] = { | int inetctlerrmap[PRC_NCMDS] = { | ||
| 0, 0, 0, 0, | 0, 0, 0, 0, | ||
| 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH, | 0, EMSGSIZE, EHOSTDOWN, EHOSTUNREACH, | ||
| EHOSTUNREACH, EHOSTUNREACH, ECONNREFUSED, ECONNREFUSED, | EHOSTUNREACH, EHOSTUNREACH, ECONNREFUSED, ECONNREFUSED, |