OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:APR_LABELLEN
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
ip_proxy.h
28
#ifndef
APR_LABELLEN
29
#define
APR_LABELLEN
16
78
char apc_label[
APR_LABELLEN
];
79
char apc_config[
APR_LABELLEN
];
104
char apr_label[
APR_LABELLEN
]; /* Proxy label # */
ip_nat.h
83
#ifndef
APR_LABELLEN
84
#define
APR_LABELLEN
16
ip_fil_compat.c
594
char in_plabel[
APR_LABELLEN
]; /* proxy label. */
630
char in_plabel[
APR_LABELLEN
];
2412
np->in_size += LIFNAMSIZ * 2 +
APR_LABELLEN
;
2491
np->in_size += LIFNAMSIZ * 2 +
APR_LABELLEN
;
4231
APR_LABELLEN
);
4232
old->in_plabel[
APR_LABELLEN
- 1] = '\0';
4310
APR_LABELLEN
);
4311
old->in_plabel[
APR_LABELLEN
- 1] = '\0';
/src/external/bsd/ipf/dist/tools/
ipnat_y.y
1722
strncpy(pcmd.apc_label, proxy,
APR_LABELLEN
);
1723
pcmd.apc_label[
APR_LABELLEN
- 1] = '\0';
1725
strncpy(pcmd.apc_config, conf,
APR_LABELLEN
);
1726
pcmd.apc_config[
APR_LABELLEN
- 1] = '\0';
/src/external/bsd/ipf/dist/
ip_fil_compat.c
594
char in_plabel[
APR_LABELLEN
]; /* proxy label. */
630
char in_plabel[
APR_LABELLEN
];
2437
np->in_size += LIFNAMSIZ * 2 +
APR_LABELLEN
;
2519
np->in_size += LIFNAMSIZ * 2 +
APR_LABELLEN
;
4331
APR_LABELLEN
);
4332
old->in_plabel[
APR_LABELLEN
- 1] = '\0';
4412
APR_LABELLEN
);
4413
old->in_plabel[
APR_LABELLEN
- 1] = '\0';
Completed in 21 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026