Searched refs:dialupstr (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dzoneconf.c993 const char *dialupstr = cfg_obj_asstring(obj); local
994 if (strcasecmp(dialupstr, "notify") == 0)
996 else if (strcasecmp(dialupstr, "notify-passive") == 0)
998 else if (strcasecmp(dialupstr, "refresh") == 0)
1000 else if (strcasecmp(dialupstr, "passive") == 0)

Completed in 43 milliseconds