Home
last modified time | relevance | path

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

/netbsd-src/crypto/dist/ipsec-tools/src/racoon/
H A Dbackupsa.c81 static char *strmon[12] = { variable
368 for (i = 0; i < sizeof(strmon)/sizeof(strmon[0]); i++) { in str2tmx()
369 if (strncasecmp(p, strmon[i], strlen(strmon[i])) == 0) { in str2tmx()
374 if (i == sizeof(strmon)/sizeof(strmon[0])) in str2tmx()
376 p += strlen(strmon[i]); in str2tmx()