HomeSort by: relevance | last modified time | path
    Searched defs:ah1 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net/
if_arcsubr.c 343 struct arc_header *ah, *ah1; local in function:arc_defrag
415 ah1 = mtod(m1, struct arc_header *);
417 if (ah->arc_seqid != ah1->arc_seqid) {
422 if (typ != ah1->arc_type) {
427 if (dst != ah1->arc_dhost) {
if_arcsubr.c 343 struct arc_header *ah, *ah1; local in function:arc_defrag
415 ah1 = mtod(m1, struct arc_header *);
417 if (ah->arc_seqid != ah1->arc_seqid) {
422 if (typ != ah1->arc_type) {
427 if (dst != ah1->arc_dhost) {

Completed in 21 milliseconds