Lines Matching defs:ah
117 struct arc_header *ah;
272 ah = mtod(m, struct arc_header *);
273 ah->arc_type = atype;
274 ah->arc_dhost = adst;
275 ah->arc_shost = myself;
276 ah->arc_flag = rsflag;
277 ah->arc_seqid = ac->ac_seqid;
299 ah = mtod(m, struct arc_header *);
300 ah->arc_flag = 0xFF;
301 ah->arc_seqid = 0xFFFF;
302 ah->arc_type2 = atype;
303 ah->arc_flag2 = sflag;
304 ah->arc_seqid2 = ac->ac_seqid;
309 ah = mtod(m, struct arc_header *);
310 ah->arc_flag = sflag;
311 ah->arc_seqid = ac->ac_seqid;
314 ah->arc_dhost = adst;
315 ah->arc_shost = myself;
316 ah->arc_type = atype;
321 ah = mtod(m, struct arc_header *);
322 ah->arc_type = atype;
323 ah->arc_dhost = adst;
324 ah->arc_shost = myself;
343 struct arc_header *ah, *ah1;
361 ah = mtod(m, struct arc_header *);
362 typ = ah->arc_type;
367 src = ah->arc_shost;
368 dst = ah->arc_dhost;
370 if (ah->arc_flag == 0xff) {
381 ah = mtod(m, struct arc_header *);
388 if (ah->arc_flag & 1) {
398 af->af_maxflag = ah->arc_flag;
400 af->af_seqid = ah->arc_seqid;
406 if (ah->arc_flag == 0)
417 if (ah->arc_seqid != ah1->arc_seqid) {
434 if (ah->arc_flag == af->af_lastseen) {
439 if (ah->arc_flag == af->af_lastseen + 2) {
441 af->af_lastseen = ah->arc_flag;
503 struct arc_header *ah;
516 ah = mtod(m, struct arc_header *);
520 if (arcbroadcastaddr == ah->arc_dhost) {
525 atype = ah->arc_type;