Lines Matching defs:short_ad
1815 struct short_ad *short_ad;
1850 adlen = sizeof(struct short_ad);
1861 short_ad = (struct short_ad *) (data_pos + l_ad-adlen);
1862 l_icb.len = short_ad->len;
1864 l_icb.loc.lb_num = short_ad->lb_num;
1900 short_ad = (struct short_ad *) (data_pos + offset);
1901 icb->len = short_ad->len;
1903 icb->loc.lb_num = short_ad->lb_num;
1923 struct short_ad *short_ad;
1971 adlen = sizeof(struct short_ad);
1990 short_ad = (struct short_ad *) (data_pos + l_ad-adlen);
1991 l_icb.len = short_ad->len;
1993 l_icb.loc.lb_num = short_ad->lb_num;
2031 short_ad = (struct short_ad *) (data_pos + offset);
2032 o_icb.len = short_ad->len;
2034 o_icb.loc.lb_num = short_ad->lb_num;
2101 short_ad = (struct short_ad *) (data_pos + offset);
2102 short_ad->len = l_icb.len;
2103 short_ad->lb_num = l_icb.loc.lb_num;
2135 short_ad = (struct short_ad *) (data_pos + offset);
2136 short_ad->len = icb->len;
2137 short_ad->lb_num = icb->loc.lb_num;