Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:strlen

240 		if (strlen(decode) > strlen("-hmac96") &&
241 !strcmp(decode + strlen(decode) - strlen("-hmac96"),
247 if (strlen(decode) > strlen("-cbc") &&
248 !strcmp(decode + strlen(decode) - strlen("-cbc"), "-cbc")) {
269 len = strlen(colon) / 2;
286 i = strlen(colon);