Home
last modified time | relevance | path

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

/freebsd/sbin/natd/
H A Dnatd.c1338 const CODE* fac_record = NULL; in ParseOption() local
1490 fac_record = facilitynames; in ParseOption()
1491 while (fac_record->c_name != NULL) { in ParseOption()
1493 if (!strcmp (fac_record->c_name, strValue)) { in ParseOption()
1495 logFacility = fac_record->c_val; in ParseOption()
1500 fac_record++; in ParseOption()
1503 if(fac_record->c_name == NULL) in ParseOption()