Home
last modified time | relevance | path

Searched refs:newiss (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ipf/tools/
H A Dip_fil.c881 u_32_t newiss; local
900 memcpy(&newiss, hash, sizeof(newiss));
910 newiss += iss_seq_off;
911 return newiss;
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1518 u_32_t newiss; local
1538 bcopy(hash, &newiss, sizeof(newiss));
1548 newiss += iss_seq_off;
1549 return newiss;