Home
last modified time | relevance | path

Searched refs:prt_address_match (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h66 prt_address_match_t *prt_address_match; member
H A Dproto.c377 PJDLOG_ASSERT(conn->pc_proto->prt_address_match != NULL); in proto_address_match()
379 return (conn->pc_proto->prt_address_match(conn->pc_ctx, addr)); in proto_address_match()
H A Dproto_tcp.c710 .prt_address_match = tcp_address_match,
H A Dproto_tls.c1066 .prt_address_match = tcp_address_match,
/freebsd/sbin/hastd/
H A Dproto_tcp.c625 .prt_address_match = tcp_address_match,