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

  /src/sys/external/bsd/ipf/netinet/
radix_ipf.h 49 addrfamily_t *, addrfamily_t *,
52 addrfamily_t *, addrfamily_t *);
54 addrfamily_t *);
90 addrfamily_t *, addrfamily_t *,
92 extern ipf_rdx_node_t *ipf_rx_delete(ipf_rdx_head_t *, addrfamily_t *,
93 addrfamily_t *);
ip_pool.h 22 addrfamily_t ipn_addr;
23 addrfamily_t ipn_mask;
radix_ipf.c 29 #define ADF_OFF offsetof(addrfamily_t, adf_addr)
35 static int count_mask_bits(addrfamily_t *, u_32_t **);
36 static void buildnodes(addrfamily_t *, addrfamily_t *,
39 static ipf_rdx_node_t *ipf_rx_lookup(ipf_rdx_head_t *, addrfamily_t *,
40 addrfamily_t *);
41 static ipf_rdx_node_t *ipf_rx_match(ipf_rdx_head_t *, addrfamily_t *);
46 * The code in this file has been written to target using the addrfamily_t
51 * all keys needing to be stored in addrfamily_t.
58 /* Count the number of bits set in the address section of addrfamily_t and *
    [all...]
ip_pool.c 104 addrfamily_t *, addrfamily_t *);
164 addrfamily_t a, b;
410 if (node.ipn_addr.adf_len != offsetof(addrfamily_t, adf_addr) +
418 if (node.ipn_addr.adf_len != offsetof(addrfamily_t, adf_addr) +
497 if (node.ipn_addr.adf_len != offsetof(addrfamily_t, adf_addr) +
505 if (node.ipn_addr.adf_len != offsetof(addrfamily_t, adf_addr) +
727 ipf_pool_findeq(ipf_pool_softc_t *softp, ip_pool_t *ipo, addrfamily_t *addr,
728 addrfamily_t *mask)
755 addrfamily_t v
    [all...]
ip_fil.h 544 } addrfamily_t; typedef in typeref:struct:__anonc9a091120708
551 addrfamily_t hn_addr;
576 addrfamily_t fd_addr;

Completed in 17 milliseconds