| version 1.5, 1993/12/18 00:41:57 |
version 1.6, 1994/01/08 21:21:47 |
|
|
| if (m == 0) |
if (m == 0) |
| return ((struct mbuf *)0); |
return ((struct mbuf *)0); |
| |
|
| #define OPTSIZ (sizeof(ip_srcrt.nop) + sizeof(ip_srcrt.srcopt)) |
#define OPTSIZ (sizeof(ip_srcrt.nop) + sizeof(ip_srcrt.srcopt)) |
| |
|
| /* length is (nhops+1)*sizeof(addr) + sizeof(nop + srcrt header) */ |
/* length is (nhops+1)*sizeof(addr) + sizeof(nop + srcrt header) */ |
| m->m_len = ip_nhops * sizeof(struct in_addr) + sizeof(struct in_addr) + |
m->m_len = ip_nhops * sizeof(struct in_addr) + sizeof(struct in_addr) + |