Home
last modified time | relevance | path

Searched refs:APR_LABELLEN (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/ipf/netinet/
H A Dip_proxy.h28 #ifndef APR_LABELLEN
29 #define APR_LABELLEN 16 macro
78 char apc_label[APR_LABELLEN];
79 char apc_config[APR_LABELLEN];
104 char apr_label[APR_LABELLEN]; /* Proxy label # */
H A Dip_nat.h83 #ifndef APR_LABELLEN
84 #define APR_LABELLEN 16 macro
H A Dip_fil_compat.c594 char in_plabel[APR_LABELLEN]; /* proxy label. */
630 char in_plabel[APR_LABELLEN];
2412 np->in_size += LIFNAMSIZ * 2 + APR_LABELLEN; in ipnat_4_1_14_to_current()
2491 np->in_size += LIFNAMSIZ * 2 + APR_LABELLEN; in ipnat_4_1_0_to_current()
4231 APR_LABELLEN); in ipnat_current_to_4_1_14()
4232 old->in_plabel[APR_LABELLEN - 1] = '\0'; in ipnat_current_to_4_1_14()
4310 APR_LABELLEN); in ipnat_current_to_4_1_0()
4311 old->in_plabel[APR_LABELLEN - 1] = '\0'; in ipnat_current_to_4_1_0()
/netbsd-src/external/bsd/ipf/dist/tools/
H A Dipnat_y.y1722 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';
/netbsd-src/external/bsd/ipf/dist/
H A Dip_fil_compat.c594 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';