HomeSort by: relevance | last modified time | path
    Searched defs:matchaddr (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/ipf/netinet/
radix_ipf.h 65 idx_ha_func_t matchaddr; /* search tree for address match */ member in struct:ipf_rdx_head
  /src/external/bsd/ipf/dist/
radix_ipf.h 65 idx_ha_func_t matchaddr; /* search tree for address match */ member in struct:ipf_rdx_head
  /src/external/bsd/ntp/dist/ntpd/
ntp_request.c 1861 sockaddr_u matchaddr; local
1922 ZERO_SOCK(&matchaddr);
1933 AF(&matchaddr) = AF_INET6;
1935 SOCK_ADDR6(&matchaddr) = cr.addr6;
1938 AF(&matchaddr) = AF_INET;
1940 NSRCADR(&matchaddr) = cr.addr;
1943 success = hack_restrict(op, &matchaddr, &matchmask,
1949 stoa(&matchaddr), stoa(&matchmask),

Completed in 25 milliseconds