OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rdr
(Results
1 - 7
of
7
) sorted by relevancy
/src/dist/pf/libexec/tftp-proxy/
filter.c
117
u_int16_t d_port, struct sockaddr *
rdr
, u_int16_t rdr_port, u_int8_t proto)
119
if (!src || !dst || !d_port || !
rdr
|| !rdr_port || !proto ||
120
(src->sa_family !=
rdr
->sa_family)) {
128
if (
rdr
->sa_family == AF_INET) {
130
&satosin(
rdr
)->sin_addr.s_addr, 4);
134
&satosin6(
rdr
)->sin6_addr.s6_addr, 16);
316
*
rdr
inet[6] proto tcp from $src to $dst port $d_port -> $
rdr
/src/dist/pf/usr.sbin/ftp-proxy/
filter.c
141
u_int16_t d_port, struct sockaddr *
rdr
, u_int16_t rdr_port)
144
if (!src || !dst || !d_port || !
rdr
|| !rdr_port ||
145
(src->sa_family !=
rdr
->sa_family)) {
153
if (
rdr
->sa_family == AF_INET) {
155
&satosin(
rdr
)->sin_addr.s_addr, 4);
159
&satosin6(
rdr
)->sin6_addr.s6_addr, 16);
339
*
rdr
inet[6] proto tcp from $src to $dst port $d_port -> $
rdr
ipf.c
224
u_int16_t d_port, struct sockaddr *
rdr
, u_int16_t rdr_port)
234
if (!src || !dst || !d_port || !
rdr
|| !rdr_port ||
235
(src->sa_family !=
rdr
->sa_family)) {
252
ipn->in_ndstaddr = satosin(
rdr
)->sin_addr.s_addr;
npf.c
316
uint16_t dport, struct sockaddr *
rdr
, uint16_t rdr_port)
322
if (!src || !dst || !dport || !
rdr
|| !rdr_port ||
323
(src->sa_family !=
rdr
->sa_family)) {
331
memcpy(&addr, &sa_to_32(
rdr
), sizeof(struct in_addr));
/src/sys/arch/x86/include/
cpufunc.h
263
static inline register_t
rdr
##drnum(void) \
275
register_t
rdr
##drnum(void); \
/src/crypto/external/apache2/openssl/dist/test/radix/
terp.c
336
static void SRDR_init(SRDR *
rdr
, const uint8_t *buf, size_t buf_len)
338
rdr
->beg =
rdr
->cur = buf;
339
rdr
->end =
rdr
->beg + buf_len;
340
rdr
->save_cur = NULL;
/src/external/bsd/ipf/dist/
HISTORY
934
redirect (
rdr
) destination port bytes-wapped when it shouldn't be.
1070
rdr
bugs reported by Alexander Romanyu (alexr@aix.krid.crimea.ua), with
1072
*
rdr
matched all packets of a given protocol (ignored ports).
1108
mask out unused bits in NAT/
RDR
rules.
1452
protocol (tcp/udp/tcpudp) to
rdr
output - Carson Gaspar (carson@lehman.com)
Completed in 30 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026