HomeSort by: relevance | last modified time | path
    Searched refs:ip_pool (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/modules/ipl/
Makefile 49 SRCS+= ip_pool.c
  /src/sys/netinet/
Makefile 23 ip_lookup.h ip_pool.h ip_proxy.h ip_scan.h ip_state.h ip_sync.h \
  /src/external/bsd/ipf/
ipf2netbsd 91 ip_pool.c \
92 ip_pool.h \
  /src/external/bsd/ipf/bin/ipftest/
Makefile 8 ip_dstlist.c ip_pool.c ip_sync.c \
  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 260 struct bitfield *ip_pool; member in struct:wpa_authenticator
wpa_auth.c 817 wpa_auth->ip_pool = bitfield_alloc(count);
883 bitfield_free(wpa_auth->ip_pool);
1037 bitfield_clear(sm->wpa_auth->ip_pool, sm->ip_addr_bit);
3919 wpa_auth->ip_pool && WPA_GET_BE32(sm->ip_addr) == 0) {
3923 idx = bitfield_get_first_zero(wpa_auth->ip_pool);
3926 bitfield_set(wpa_auth->ip_pool, idx);

Completed in 32 milliseconds