Home
last modified time | relevance | path

Searched refs:prt_server (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/sbin/hastd/
H A Dproto_impl.h60 prt_server_t *prt_server; member
H A Dproto.c125 if (proto->prt_server == NULL) in proto_common_setup()
128 ret = proto->prt_server(dstaddr, &ctx); in proto_common_setup()
H A Dproto_uds.c345 .prt_server = uds_server,
H A Dproto_tcp.c620 .prt_server = tcp_server,
/freebsd-14.2/contrib/openbsm/bin/auditdistd/
H A Dproto_impl.h60 prt_server_t *prt_server; member
H A Dproto.c125 if (proto->prt_server == NULL) in proto_common_setup()
128 ret = proto->prt_server(dstaddr, &ctx); in proto_common_setup()
H A Dproto_uds.c345 .prt_server = uds_server,
H A Dproto_tcp.c704 .prt_server = tcp_server,
H A Dproto_tls.c1060 .prt_server = tls_server,