Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.h22 #ifndef APR_LABELLEN
23 #define APR_LABELLEN 16 macro
72 char apc_label[APR_LABELLEN];
73 char apc_config[APR_LABELLEN];
98 char apr_label[APR_LABELLEN]; /* Proxy label # */
H A Dip_nat.h72 #ifndef APR_LABELLEN
73 #define APR_LABELLEN 16 macro
/freebsd/sbin/ipf/ipnat/
H A Dipnat_y.y1687 strncpy(pcmd.apc_label, proxy, APR_LABELLEN); in proxy_loadconfig()
1688 pcmd.apc_label[APR_LABELLEN - 1] = '\0'; in proxy_loadconfig()
1690 strncpy(pcmd.apc_config, conf, APR_LABELLEN); in proxy_loadconfig()
1691 pcmd.apc_config[APR_LABELLEN - 1] = '\0'; in proxy_loadconfig()