Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/libpcap/
Dpcap-nit.c151 switch (nh->nh_state) { in pcap_read_nit()
167 "bad nit state %d", nh->nh_state); in pcap_read_nit()
/freebsd-9-stable/sys/nlm/
Dnlm_prot_impl.c248 int nh_state; /* (s) last seen NSM state of host */ member
786 host->nh_state = newstate; in nlm_host_notify()
855 host->nh_state = 0; in nlm_create_host()
1195 if (state && !host->nh_state) { in nlm_host_monitor()
1201 host->nh_state = state; in nlm_host_monitor()
1321 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()