Searched refs:PROTO_SIDE_SERVER_LISTEN (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sbin/hastd/
H A Dproto.c55 #define PROTO_SIDE_SERVER_LISTEN 1 macro
82 side == PROTO_SIDE_SERVER_LISTEN ||
101 conn->pc_side == PROTO_SIDE_SERVER_LISTEN ||
119 side == PROTO_SIDE_SERVER_LISTEN);
127 } else /* if (side == PROTO_SIDE_SERVER_LISTEN) */ {
218 return (proto_common_setup(NULL, addr, connp, PROTO_SIDE_SERVER_LISTEN));
229 PJDLOG_ASSERT(conn->pc_side == PROTO_SIDE_SERVER_LISTEN);
/freebsd-13-stable/contrib/openbsm/bin/auditdistd/
H A Dproto.c50 #define PROTO_SIDE_SERVER_LISTEN 1 macro
77 side == PROTO_SIDE_SERVER_LISTEN ||
96 conn->pc_side == PROTO_SIDE_SERVER_LISTEN ||
114 side == PROTO_SIDE_SERVER_LISTEN);
124 } else /* if (side == PROTO_SIDE_SERVER_LISTEN) */ {
201 return (proto_common_setup(NULL, addr, -1, PROTO_SIDE_SERVER_LISTEN,
213 PJDLOG_ASSERT(conn->pc_side == PROTO_SIDE_SERVER_LISTEN);

Completed in 85 milliseconds