Home
last modified time | relevance | path

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

/freebsd-13.1/sys/netpfil/ipfilter/netinet/
H A Dip_proxy.h25 #ifndef APR_LABELLEN
26 #define APR_LABELLEN 16 macro
75 char apc_label[APR_LABELLEN];
76 char apc_config[APR_LABELLEN];
101 char apr_label[APR_LABELLEN]; /* Proxy label # */
H A Dip_nat.h76 #ifndef APR_LABELLEN
77 #define APR_LABELLEN 16 macro
/freebsd-13.1/sbin/ipf/ipnat/
H A Dipnat_y.y1688 strncpy(pcmd.apc_label, proxy, APR_LABELLEN); in proxy_loadconfig()
1689 pcmd.apc_label[APR_LABELLEN - 1] = '\0'; in proxy_loadconfig()
1691 strncpy(pcmd.apc_config, conf, APR_LABELLEN); in proxy_loadconfig()
1692 pcmd.apc_config[APR_LABELLEN - 1] = '\0'; in proxy_loadconfig()
/freebsd-13.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';