Searched refs:side (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-11-stable/contrib/ipfilter/lib/
H A Dprintnatside.c11 printnatside(side, ns)
12 char *side;
15 PRINTF("%lu\tproxy create fail %s\n", ns->ns_appr_fail, side);
16 PRINTF("%lu\tproxy fail %s\n", ns->ns_ipf_proxy_fail, side);
17 PRINTF("%lu\tbad nat %s\n", ns->ns_badnat, side);
18 PRINTF("%lu\tbad nat new %s\n", ns->ns_badnatnew, side);
19 PRINTF("%lu\tbad next addr %s\n", ns->ns_badnextaddr, side);
20 PRINTF("%lu\tbucket max %s\n", ns->ns_bucket_max, side);
21 PRINTF("%lu\tclone nomem %s\n", ns->ns_clone_nomem, side);
22 PRINTF("%lu\tdecap bad %s\n", ns->ns_decap_bad, side);
[all...]
/freebsd-11-stable/share/examples/ppp/
H A Dlogin-auth50 pack .l.prompt -side left;
54 pack .l.value -side right;
56 pack .l -side top -padx $fxpad -pady $fypad;
61 pack .p.prompt -side left;
64 pack .p.value -side right;
67 pack .p -side top -padx $fxpad -pady $fypad;
71 pack .b.ok -side left;
73 pack .b.cancel -side right;
74 pack .b -side top -padx $fxpad -pady $fypad;
H A Dchap-auth53 pack .$n.prompt -side left;
63 pack .$n.value -side right;
71 pack .$n -side top -padx $fxpad -pady $fypad;
87 pack .k.value -side right;
90 pack .k -side top -padx $fxpad -pady $fypad;
94 pack .b.ok -side left;
96 pack .b.cancel -side right;
97 pack .b -side top -padx $fxpad -pady $fypad;
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dproto.c71 proto_alloc(struct proto *proto, int side) argument
76 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT ||
77 side == PROTO_SIDE_SERVER_LISTEN ||
78 side == PROTO_SIDE_SERVER_WORK);
83 conn->pc_side = side;
106 int side, struct proto_conn **connp)
113 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT ||
114 side == PROTO_SIDE_SERVER_LISTEN);
117 if (side == PROTO_SIDE_CLIENT) {
124 } else /* if (side
105 proto_common_setup(const char *srcaddr, const char *dstaddr, int timeout, int side, struct proto_conn **connp) argument
[all...]
H A Dproto_tcp.c197 tcp_setup_new(const char *addr, int side, struct tcp_ctx **tctxp) argument
203 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT ||
204 side == TCP_SIDE_SERVER_LISTEN);
236 tctx->tc_wait_called = (side == TCP_SIDE_CLIENT ? false : true);
237 tctx->tc_side = side;
H A Dproto_uds.c96 uds_common_setup(const char *addr, int side, struct uds_ctx **uctxp) argument
119 uctx->uc_side = side;
/freebsd-11-stable/sbin/hastd/
H A Dproto.c76 proto_alloc(struct proto *proto, int side) argument
81 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT ||
82 side == PROTO_SIDE_SERVER_LISTEN ||
83 side == PROTO_SIDE_SERVER_WORK);
88 conn->pc_side = side;
111 struct proto_conn **connp, int side)
118 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT ||
119 side == PROTO_SIDE_SERVER_LISTEN);
122 if (side == PROTO_SIDE_CLIENT) {
127 } else /* if (side
110 proto_common_setup(const char *srcaddr, const char *dstaddr, struct proto_conn **connp, int side) argument
[all...]
H A Dproto_tcp.c194 tcp_setup_new(const char *addr, int side, void **ctxp) argument
200 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT ||
201 side == TCP_SIDE_SERVER_LISTEN);
232 tctx->tc_side = side;
240 tcp_setup_wrap(int fd, int side, void **ctxp) argument
245 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT ||
246 side == TCP_SIDE_SERVER_WORK);
255 tctx->tc_side = side;
H A Dproto_uds.c93 uds_common_setup(const char *addr, void **ctxp, int side) argument
115 uctx->uc_side = side;
/freebsd-11-stable/contrib/bmake/unit-tests/
H A Ddotwait.mk43 # recursive: all children of the left hand side of the .WAIT
44 # must be made before any child of the right hand side.
51 # the right hand side of the .WAIT.
/freebsd-11-stable/gnu/usr.bin/diff/
H A DMakefile13 normal.c side.c util.c \
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipfstat.c713 static void printside(side, frs)
714 char *side;
719 PRINTF("%lu\t%s bad packets\n", frs->fr_bad, side);
721 PRINTF("%lu\t%s IPv6 packets\n", frs->fr_ipv6, side);
723 PRINTF("%lu\t%s packets blocked\n", frs->fr_block, side);
724 PRINTF("%lu\t%s packets passed\n", frs->fr_pass, side);
725 PRINTF("%lu\t%s packets not matched\n", frs->fr_nom, side);
726 PRINTF("%lu\t%s packets counted\n", frs->fr_acct, side);
727 PRINTF("%lu\t%s packets short\n", frs->fr_short, side);
728 PRINTF("%lu\t%s packets logged and blocked\n", frs->fr_bpkl, side);
[all...]
H A Dipnat.c398 void dotable(nsp, fd, alive, which, side)
401 char *side;
457 totallen ? used * 100 / totallen : 0, side);
459 ((float)used / nsp->ns_nattab_sz) * 100.0, side);
460 printf("%d\tminimal length %s\n", minlen, side);
461 printf("%d\tmaximal length %s\n", maxlen, side);
463 used ? ((float)totallen / used) : 0.0, side);
/freebsd-11-stable/contrib/sendmail/contrib/
H A Dbuildvirtuser50 Occurrences of $LHS in the right hand side are replaced by the address on
51 the left hand side.
/freebsd-11-stable/usr.bin/diff/tests/
H A Ddiff_test.sh107 atf_expect_fail "--side-by-side not currently implemented (bug # 219933)"
116 diff --side-by-side A B
/freebsd-11-stable/contrib/libxo/xohtml/external/
H A Djquery.qtip.js2062 _parseWidth: function(corner, side, use) {
2064 prop = BORDER + camel(side) + 'Width';
2098 // Attempt to detect the correct border side colour from various elements, left-to-right precedance
2149 // Set common side shapes
2357 $.each(corners, function(i, side) {
2360 if(side === CENTER) {
2366 b = self._parseWidth(corner, side, elements.tooltip);
2367 bc = self._parseWidth(corner, side, elements.content);
2370 position[ side ] = Math.max(-self.border, i ? bc : (userOffset + (br > b ? br : -b)));
2582 function calculate(side, otherSid
[all...]
/freebsd-11-stable/contrib/subversion/subversion/svn/
H A Dcl-conflicts.c370 * SIDE is the content of the version tag's side="..." attribute,
374 const char *side,
384 svn_hash_sets(att_hash, "side", side);
373 add_conflict_version_xml(svn_stringbuf_t **pstr, const char *side, const char *repos_root_url, const char *repos_relpath, svn_revnum_t peg_rev, svn_node_kind_t node_kind, apr_pool_t *pool) argument
/freebsd-11-stable/contrib/gcc/
H A Dcfg.c611 basic_block side = (do_succ ? e->dest : e->src);
613 if (side == ENTRY_BLOCK_PTR)
615 else if (side == EXIT_BLOCK_PTR)
618 fprintf (file, " %d", side->index);
604 basic_block side = (do_succ ? e->dest : e->src); local
/freebsd-11-stable/contrib/openbsm/config/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
40 as side-effects.
280 # The Tru64 compiler uses -MD to generate dependencies as a side
338 # This comment above is used by automake to tell side-effect
/freebsd-11-stable/contrib/subversion/
H A Dbuild.conf435 path = tools/server-side/mod_dontdothat
1689 path = tools/server-side
1702 path = tools/server-side
1710 path = tools/server-side
1724 path = tools/client-side/svn-mergeinfo-normalizer
1747 path = tools/client-side/svnconflict
/freebsd-11-stable/contrib/sqlite3/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
38 as side-effects.
479 # The Tru64 compiler uses -MD to generate dependencies as a side
567 # This comment above is used by automake to tell side-effect
/freebsd-11-stable/contrib/openpam/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
38 as side-effects.
479 # The Tru64 compiler uses -MD to generate dependencies as a side
567 # This comment above is used by automake to tell side-effect
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
38 as side-effects.
479 # The Tru64 compiler uses -MD to generate dependencies as a side
567 # This comment above is used by automake to tell side-effect
/freebsd-11-stable/contrib/file/
H A Ddepcomp2 # depcomp - compile a program generating dependencies as side-effects
38 as side-effects.
479 # The Tru64 compiler uses -MD to generate dependencies as a side
567 # This comment above is used by automake to tell side-effect
/freebsd-11-stable/contrib/ncurses/
H A Ddist.mk95 # The edit_man.sed script is built as a side-effect of installing the manpages.

Completed in 181 milliseconds

12