Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/
H A Dpcap-nit.c158 switch (nh->nh_state) { in pcap_read_nit()
174 "bad nit state %d", nh->nh_state); in pcap_read_nit()
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c239 int nh_state; /* (s) last seen NSM state of host */ member
790 host->nh_state = newstate; in nlm_host_notify()
859 host->nh_state = 0; in nlm_create_host()
1199 if (state && !host->nh_state) { in nlm_host_monitor()
1205 host->nh_state = state; in nlm_host_monitor()
1325 return (host->nh_state); in nlm_host_get_state()
1971 if (monitor && host->nh_state && argp->state in nlm_do_lock()
1972 && host->nh_state != argp->state) { in nlm_do_lock()