freebsd-dev/sys/contrib/ipfilter/netinet
Conrad Meyer 222daa421f style: Remove remaining deprecated MALLOC/FREE macros
Mechanically replace uses of MALLOC/FREE with appropriate invocations of
malloc(9) / free(9) (a series of sed expressions).  Something like:

* MALLOC(a, b, ... -> a = malloc(...
* FREE( -> free(
* free((caddr_t) -> free(

No functional change.

For now, punt on modifying contrib ipfilter code, leaving a definition of
the macro in its KMALLOC().

Reported by:	jhb
Reviewed by:	cy, imp, markj, rmacklem
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D14035
2018-01-25 22:25:13 +00:00
..
fil.c Keep state incorrectly assumes keep frags. This is counter to the 2017-04-14 05:12:01 +00:00
ip_auth.c
ip_auth.h
ip_compat.h style: Remove remaining deprecated MALLOC/FREE macros 2018-01-25 22:25:13 +00:00
ip_dns_pxy.c
ip_dstlist.c
ip_dstlist.h
ip_fil_freebsd.c Remove the 4.3BSD compatible macro m_copy(), use m_copym() instead. 2016-09-15 07:41:48 +00:00
ip_fil.h Refactor & compact struct i6addr_t #ifdef: remove redundant structure 2017-05-22 03:01:35 +00:00
ip_frag.c Fix a use after free panic in ipfilter's fragment processing. 2017-04-14 03:54:36 +00:00
ip_frag.h Enable the two ip_frag tuneables. The code is there but the two 2016-05-20 03:04:22 +00:00
ip_ftp_pxy.c Though this block of code is not used by FreeBSD, correct a call to 2018-01-13 08:16:10 +00:00
ip_htable.c
ip_htable.h
ip_ipsec_pxy.c
ip_irc_pxy.c
ip_log.c Follow-up to r304953, in which I broke the build: apparently the SOLARIS 2016-08-28 19:35:29 +00:00
ip_lookup.c
ip_lookup.h
ip_nat6.c Fix lookup of original destination address when using a redirect rule. 2017-01-27 14:12:34 +00:00
ip_nat.c Fix typo from r323945. 2017-09-24 03:33:26 +00:00
ip_nat.h Follow-up to r304953, in which I broke the build: apparently the SOLARIS 2016-08-28 19:35:29 +00:00
ip_netbios_pxy.c
ip_pool.c
ip_pool.h
ip_pptp_pxy.c
ip_proxy.c Virtualise ipfilter. 2016-06-30 15:01:07 +00:00
ip_proxy.h Follow-up to r304953, in which I broke the build: apparently the SOLARIS 2016-08-28 19:35:29 +00:00
ip_raudio_pxy.c
ip_rcmd_pxy.c
ip_rpcb_pxy.c Virtualise ipfilter. 2016-06-30 15:01:07 +00:00
ip_rules.c Virtualise ipfilter. 2016-06-30 15:01:07 +00:00
ip_rules.h
ip_scan.c
ip_scan.h
ip_state.c When growing the state, also grow the seed array. Otherwise memory 2018-01-09 06:43:58 +00:00
ip_state.h
ip_sync.c Fix return value of ip_sync_nat. Previously, regardless of error it 2017-05-27 18:01:14 +00:00
ip_sync.h
ip_tftp_pxy.c
ipf_rb.h
IPFILTER.LICENCE
ipl.h
mlfk_ipl.c Only set the ipfilter running state to 'not running' if we are 2016-07-06 10:29:29 +00:00
radix_ipf.c Remove redundant variable. 2018-01-13 08:28:46 +00:00
radix_ipf.h