Searched defs:ip_srcrt (Results 1 – 1 of 1) sorted by relevance
172 struct ip_srcrt { struct173 int isr_nhops; /* number of hops */174 struct in_addr isr_dst; /* final destination */175 char isr_nop; /* one NOP to align */176 char isr_hdr[IPOPT_OFFSET + 1]; /* OPTVAL, OLEN & OFFSET */177 struct in_addr isr_routes[MAX_IPOPTLEN/sizeof(struct in_addr)];