Searched refs:prt_address_match (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dproto_impl.h67 prt_address_match_t *prt_address_match; member in struct:proto
H A Dproto.c382 PJDLOG_ASSERT(conn->pc_proto->prt_address_match != NULL);
384 return (conn->pc_proto->prt_address_match(conn->pc_ctx, addr));
H A Dproto_tcp.c626 .prt_address_match = tcp_address_match,
/freebsd-9.3-release/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h68 prt_address_match_t *prt_address_match; member in struct:proto
H A Dproto.c379 PJDLOG_ASSERT(conn->pc_proto->prt_address_match != NULL);
381 return (conn->pc_proto->prt_address_match(conn->pc_ctx, addr));
H A Dproto_tcp.c712 .prt_address_match = tcp_address_match,
H A Dproto_tls.c1064 .prt_address_match = tcp_address_match,

Completed in 74 milliseconds