Lines Matching full:info
183 int src, dst, info, blksize, eco, ueco, hello, other, vers;
196 info = EXTRACT_LE_8BITS(cmp->cm_init.in_info);
202 print_t_info(info);
260 info = EXTRACT_LE_8BITS(cmp->cm_rhello.rh_info);
264 print_i_info(info);
283 info = EXTRACT_LE_8BITS(cmp->cm_ehello.eh_info);
291 print_i_info(info);
312 print_t_info(int info)
314 int ntype = info & 3;
321 if (info & TI_VERIF)
323 if (info & TI_BLOCK)
332 int info;
345 info = EXTRACT_LE_16BITS(rp);
349 RI_COST(info), RI_HOPS(info));
362 int info;
375 info = EXTRACT_LE_16BITS(rp);
379 RI_COST(info), RI_HOPS(info));
388 print_i_info(int info)
390 int ntype = info & II_TYPEMASK;
397 if (info & II_VERIF)
399 if (info & II_NOMCAST)
401 if (info & II_BLOCK)
659 int services, info, segsize;
668 info = EXTRACT_LE_8BITS(cimp->ci_info);
684 switch (info & COI_MASK) {
712 int services, info;
722 info = EXTRACT_LE_8BITS(ccmp->cc_info);
739 switch (info & COI_MASK) {