git: ipfw3nat: standardize the function names prefix: ip_fw3_ - function in kernel space ipfw3_ - function in userland.

2018-04-09 Thread Bill Yuan

commit aad10cc678c9714bef0bd1da647c3a89627a74b2
Author: Bill Yuan 
Date:   Mon Apr 9 10:03:20 2018 +

ipfw3nat: standardize the function names
prefix:
ip_fw3_  - function in kernel space
ipfw3_   - function in userland.

Summary of changes:
 sys/net/ipfw3_nat/ip_fw3_nat.c | 41 -
 1 file changed, 20 insertions(+), 21 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/aad10cc678c9714bef0bd1da647c3a89627a74b2


-- 
DragonFly BSD source repository


git: ipfw3nat: standardize the function names

2018-04-08 Thread Bill Yuan

commit 71194d7aa5f127eca02130a2c8cf7f9c5e5585b6
Author: Bill Yuan 
Date:   Sun Apr 8 10:50:58 2018 +

ipfw3nat: standardize the function names

prefix:
ip_fw3_  - function in kernel space
ipfw_- function in userland.

Summary of changes:
 sbin/ipfw3/ipfw3nat.c  |  10 ++--
 sys/net/ipfw3_nat/ip_fw3_nat.c |  34 ++---
 sys/net/ipfw3_nat/ip_fw3_nat.h | 109 +++--
 3 files changed, 84 insertions(+), 69 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/71194d7aa5f127eca02130a2c8cf7f9c5e5585b6


-- 
DragonFly BSD source repository