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.c156 switch (nh->nh_state) { in pcap_read_nit()
172 "bad nit state %d", nh->nh_state); in pcap_read_nit()
/freebsd/sys/nlm/
H A Dnlm_prot_impl.c240 int nh_state; /* (s) last seen NSM state of host */ member
791 host->nh_state = newstate; in nlm_host_notify()
860 host->nh_state = 0; in nlm_create_host()
1200 if (state && !host->nh_state) { in nlm_host_monitor()
1206 host->nh_state = state; in nlm_host_monitor()
1326 return (host->nh_state); in nlm_host_get_state()
1976 if (monitor && host->nh_state && argp->state in nlm_do_lock()
1977 && host->nh_state != argp->state) { in nlm_do_lock()