Home
last modified time | relevance | path

Searched refs:aps_psiz (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_dns_pxy.c197 aps->aps_psiz = sizeof(dnsinfo_t);
227 KFREES(aps->aps_data, aps->aps_psiz);
229 aps->aps_psiz = 0;
H A Dip_proxy.c866 aps->aps_psiz = 0;
869 if ((aps->aps_data != NULL) && (aps->aps_psiz != 0)) {
870 KFREES(aps->aps_data, aps->aps_psiz);
1138 if ((aps->aps_data != NULL) && (aps->aps_psiz != 0))
1139 KFREES(aps->aps_data, aps->aps_psiz);
H A Dip_proxy.h60 int aps_psiz; /* size of private data */ member
H A Dip_rcmd_pxy.c101 aps->aps_psiz = sizeof(*rc);
H A Dip_raudio_pxy.c72 aps->aps_psiz = sizeof(raudio_t);
H A Dip_irc_pxy.c245 aps->aps_psiz = sizeof(ircinfo_t);
H A Dip_ipsec_pxy.c184 aps->aps_psiz = sizeof(*ipsec);
H A Dip_tftp_pxy.c192 aps->aps_psiz = sizeof(*ti);
H A Dip_pptp_pxy.c149 aps->aps_psiz = sizeof(*pptp);
H A Dip_nat.c1761 ng.ng_sz += aps->aps_psiz;
1888 if ((aps->aps_data != NULL) && (outsize >= aps->aps_psiz))
1889 bcopy(aps->aps_data, s, aps->aps_psiz);
2135 if (aps->aps_psiz != 0) {
2136 if (aps->aps_psiz > 81920) {
2141 KMALLOCS(aps->aps_data, void *, aps->aps_psiz);
2148 aps->aps_psiz);
2150 aps->aps_psiz = 0;
2243 KFREES(aps->aps_data, aps->aps_psiz);
H A Dip_ftp_pxy.c244 aps->aps_psiz = sizeof(ftpinfo_t);