Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dip_fil.c882 u_32_t newiss; local
901 memcpy(&newiss, hash, sizeof(newiss));
911 newiss += iss_seq_off;
912 return newiss;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_fil_solaris.c1732 u_32_t newiss; local
1752 bcopy(hash, &newiss, sizeof(newiss));
1762 newiss += iss_seq_off;
1763 return newiss;