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

123

/freebsd-current/sbin/ipf/libipf/
H A Dprintnatside.c11 printnatside(char *side, nat_stat_side_t *ns) argument
13 PRINTF("%lu\tproxy create fail %s\n", ns->ns_appr_fail, side);
14 PRINTF("%lu\tproxy fail %s\n", ns->ns_ipf_proxy_fail, side);
15 PRINTF("%lu\tbad nat %s\n", ns->ns_badnat, side);
16 PRINTF("%lu\tbad nat new %s\n", ns->ns_badnatnew, side);
17 PRINTF("%lu\tbad next addr %s\n", ns->ns_badnextaddr, side);
18 PRINTF("%lu\tbucket max %s\n", ns->ns_bucket_max, side);
19 PRINTF("%lu\tclone nomem %s\n", ns->ns_clone_nomem, side);
20 PRINTF("%lu\tdecap bad %s\n", ns->ns_decap_bad, side);
21 PRINTF("%lu\tdecap fail %s\n", ns->ns_decap_fail, side);
[all...]
/freebsd-current/share/examples/ppp/
H A Dlogin-auth49 pack .l.prompt -side left;
53 pack .l.value -side right;
55 pack .l -side top -padx $fxpad -pady $fypad;
60 pack .p.prompt -side left;
63 pack .p.value -side right;
66 pack .p -side top -padx $fxpad -pady $fypad;
70 pack .b.ok -side left;
72 pack .b.cancel -side right;
73 pack .b -side top -padx $fxpad -pady $fypad;
H A Dchap-auth52 pack .$n.prompt -side left;
62 pack .$n.value -side right;
70 pack .$n -side top -padx $fxpad -pady $fypad;
86 pack .k.value -side right;
89 pack .k -side top -padx $fxpad -pady $fypad;
93 pack .b.ok -side left;
95 pack .b.cancel -side right;
96 pack .b -side top -padx $fxpad -pady $fypad;
/freebsd-current/contrib/bmake/unit-tests/
H A Dcond-eof.mk7 SIDE_EFFECT= ${:!echo 'side effect' 1>&2!}
8 SIDE_EFFECT2= ${:!echo 'side effect 2' 1>&2!}
15 # case they have side effects.
H A Dparse-var.mk53 # in a condition, left-hand side, unquoted
54 # in a condition, left-hand side, quoted
55 # in a condition, right-hand side, unquoted
56 # in a condition, right-hand side, quoted
57 # left-hand side of a variable assignment
58 # right-hand side of a ':=' variable assignment
59 # right-hand side of a '!=' variable assignment
75 # What other side effects are there?
80 # side of the assignment, but only if they occur inside expressions.
H A Dcond-cmp-string.mk11 # The right-hand side of the comparison may be written without quotes.
16 # The left-hand side of the comparison must be enclosed in quotes.
23 # An expression that occurs on the left-hand side of the comparison must be
103 # If at least one side of the comparison is a string literal, the string
109 # If at least one side of the comparison is a string literal, the string
110 # comparison is performed. The ".0" in the left-hand side makes the two
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.
H A Dcond-token-plain.mk18 # The right-hand side of the comparison is just a '"', before unescaping.
42 # side before unescaping is double-quotes, backslash, backslash.
47 # The right-hand side of a comparison is not parsed as a token, therefore
149 # If the right-hand side is missing, it's a parse error.
150 # expect+1: Missing right-hand side of operator '=='
157 # If the left-hand side is missing, it's a parse error as well, but without
203 # In a condition in an .if directive, the left-hand side must not be an
228 # bare word and second for parsing the left-hand side of a comparison.
230 # In '.if' directives, the left-hand side of a comparison must not be a bare
232 # for the second time. The right-hand side o
[all...]
H A Dcond-token-var.mk18 # A defined variable may appear on either side of the comparison.
26 # A variable that appears on the left-hand side must be defined.
32 # A variable that appears on the right-hand side must be defined.
H A Dcond-op-or.mk22 # The right-hand side is not evaluated since the left-hand side is already
H A Dcond-op-and.mk22 # The right-hand side is not evaluated since the left-hand side is already
H A Dvarmod-loop-delete.mk3 # Tests for the variable modifier ':@', which as a side effect allows to
6 # A side effect of the modifier ':@' is that the loop variable is created as
H A Dcond-short.mk3 # Demonstrates that in conditions, the right-hand side of an && or ||
9 # Before 2020-06-28, the right-hand side of an && or || operator was always
151 # The left-hand side of the '&&' evaluated to false, which should have made
152 # the right-hand side irrelevant.
154 # On the right-hand side of the '&&', the expression ${INDIR_UNDEF} was
156 # undefined. The right hand side "${INDIR_UNDEF}" still needed to be parsed,
159 # right hand side of the '&&' should have been irrelevant, the two sides of
185 # side of the '&&' irrelevant. Back then, irrelevant condition parts were
227 # Due to the quotes around the left-hand side of the '<', the operand is
237 # The right-hand side o
[all...]
H A Dcond-token-string.mk28 # The 'x' produces a "Malformed conditional" since the left-hand side of a
99 # In the conditions in .if directives, the left-hand side of a comparison must
100 # be enclosed in quotes. The right-hand side does not need to be enclosed in
H A Dvarmod-sysv.mk63 # XXX: The right-hand side should be expanded only once.
117 # side 'e' and a right-hand side 'x'. The dollar was parsed (but not
161 # a wildcard when it appears on the left-hand side.
167 # wildcard even though the right-hand side does not contain another percent.
173 # wildcard even though the right-hand side does not contain another percent.
230 # As of 2020-10-06, the right-hand side of the SysV modifier is expanded
H A Dcond-op.mk46 # This condition is malformed because the '!' on the right-hand side must not
118 # side of the '&&' evaluated to true.
146 # side of the '||' evaluated to false.
H A Ddirective-export-gmake.mk48 # The right-hand side of the exported variable is expanded exactly once.
56 # Undefined variables are allowed on the right-hand side, they expand
79 # As a side effect, this test demonstrates that the 'export' directive exports
H A Dvar-op-assign.mk42 # This alone would not produce any side-effects, therefore the variable has
47 # Since the right-hand side of a '=' assignment is not expanded at the time
66 # neither contain parentheses nor braces. This is only a side-effect from
H A Dvar-eval-short.mk7 # not have any observable side effects.
69 # right-hand side of the '&&' cannot influence the outcome of the condition.
154 # irrelevant right-hand side of the condition, even though this was not
H A Dvarmod-remember.mk37 # In the parameterized form, having the variable name on the right side of
39 # the variable name is on the left-hand side of the = operator, therefore
/freebsd-current/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...]
/freebsd-current/sbin/hastd/
H A Dproto.c73 proto_alloc(struct proto *proto, int side) argument
78 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT ||
79 side == PROTO_SIDE_SERVER_LISTEN ||
80 side == PROTO_SIDE_SERVER_WORK);
85 conn->pc_side = side;
108 struct proto_conn **connp, int side)
115 PJDLOG_ASSERT(side == PROTO_SIDE_CLIENT ||
116 side == PROTO_SIDE_SERVER_LISTEN);
119 if (side == PROTO_SIDE_CLIENT) {
124 } else /* if (side
107 proto_common_setup(const char *srcaddr, const char *dstaddr, struct proto_conn **connp, int side) argument
[all...]
H A Dproto_tcp.c191 tcp_setup_new(const char *addr, int side, void **ctxp) argument
197 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT ||
198 side == TCP_SIDE_SERVER_LISTEN);
229 tctx->tc_side = side;
237 tcp_setup_wrap(int fd, int side, void **ctxp) argument
242 PJDLOG_ASSERT(side == TCP_SIDE_CLIENT ||
243 side == TCP_SIDE_SERVER_WORK);
252 tctx->tc_side = side;
/freebsd-current/sbin/ipf/ipfstat/
H A Dipfstat.c697 static void printside(char *side, ipf_statistics_t *frs) argument
701 PRINTF("%lu\t%s bad packets\n", frs->fr_bad, side);
703 PRINTF("%lu\t%s IPv6 packets\n", frs->fr_ipv6, side);
705 PRINTF("%lu\t%s packets blocked\n", frs->fr_block, side);
706 PRINTF("%lu\t%s packets passed\n", frs->fr_pass, side);
707 PRINTF("%lu\t%s packets not matched\n", frs->fr_nom, side);
708 PRINTF("%lu\t%s packets counted\n", frs->fr_acct, side);
709 PRINTF("%lu\t%s packets short\n", frs->fr_short, side);
710 PRINTF("%lu\t%s packets logged and blocked\n", frs->fr_bpkl, side);
711 PRINTF("%lu\t%s packets logged and passed\n", frs->fr_ppkl, side);
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dsocketpair2.sh53 on the size of the socket receive buffer (read-side), while others
54 on the size of the socket send buffer (send-side).
128 fprintf(stderr, "status determined by send-side\n");
160 fprintf(stderr, "status determined by read-side\n");

Completed in 278 milliseconds

123