Home
last modified time | relevance | path

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

/freebsd/sbin/natd/
H A Dnatd.c1330 const CODE* fac_record = NULL; in ParseOption() local
1482 fac_record = facilitynames; in ParseOption()
1483 while (fac_record->c_name != NULL) { in ParseOption()
1485 if (!strcmp (fac_record->c_name, strValue)) { in ParseOption()
1487 logFacility = fac_record->c_val; in ParseOption()
1492 fac_record++; in ParseOption()
1495 if(fac_record->c_name == NULL) in ParseOption()