CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/10/24 16:59:47
Modified files:
sys/netinet : in_proto.c ip_ipsp.h ipsec_input.c
sys/netinet6 : in6_proto.c
Log message:
Remove code duplication by merging the v4 and v6 input functions
for ah, esp, and ipcomp. Move common code into ipsec_protoff()
which finds the offset of the next protocol field in the previous
header.
OK tobhe@
