Home
last modified time | relevance | path

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

/freebsd-12.1/sys/contrib/ipfilter/netinet/
H A Dip_proxy.h29 #ifndef APR_LABELLEN
30 #define APR_LABELLEN 16 macro
79 char apc_label[APR_LABELLEN];
80 char apc_config[APR_LABELLEN];
105 char apr_label[APR_LABELLEN]; /* Proxy label # */
H A Dip_nat.h84 #ifndef APR_LABELLEN
85 #define APR_LABELLEN 16 macro
/freebsd-12.1/contrib/ipfilter/tools/
H A Dipnat_y.y1710 strncpy(pcmd.apc_label, proxy, APR_LABELLEN);
1711 pcmd.apc_label[APR_LABELLEN - 1] = '\0';
1713 strncpy(pcmd.apc_config, conf, APR_LABELLEN);
1714 pcmd.apc_config[APR_LABELLEN - 1] = '\0';
/freebsd-12.1/contrib/ipfilter/
H A Dip_fil_compat.c570 char in_plabel[APR_LABELLEN]; /* proxy label. */
606 char in_plabel[APR_LABELLEN];
2413 np->in_size += LIFNAMSIZ * 2 + APR_LABELLEN;
2495 np->in_size += LIFNAMSIZ * 2 + APR_LABELLEN;
4286 APR_LABELLEN);
4287 old->in_plabel[APR_LABELLEN - 1] = '\0';
4367 APR_LABELLEN);
4368 old->in_plabel[APR_LABELLEN - 1] = '\0';