Home
last modified time | relevance | path

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

/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dname.c50 typedef enum { fw_start = 0, fw_ordinary, fw_newcurrent } fw_state; enumerator
1755 fw_state state = fw_start; in dns_name_fromwire()
1835 case fw_start: in dns_name_fromwire()
1878 state = fw_start; in dns_name_fromwire()
1891 state = fw_start; in dns_name_fromwire()
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dname.c50 typedef enum { fw_start = 0, fw_ordinary, fw_newcurrent } fw_state; global() enumerator