Searched defs:ip_srcrt (Results 1 – 1 of 1) sorted by relevance
227 struct ip_srcrt { struct228 int isr_nhops; /* number of hops */229 struct in_addr isr_dst; /* final destination */230 char isr_nop; /* one NOP to align */231 char isr_hdr[IPOPT_OFFSET + 1]; /* OPTVAL, OLEN & OFFSET */232 struct in_addr isr_routes[MAX_IPOPTLEN/sizeof(struct in_addr)];