Home | History | Annotate | Download | only in netinet

Lines Matching defs:bcopy

221 #define bcopy(srcKey, dstKey, len) memcpy(dstKey, srcKey, len)