OpenBSD cvs log

created 2021-11-02T21:16:45Z
begin 2021-10-24T22:34:19Z
end 2021-10-24T22:59:47Z
path src/sys
commits 1

date 2021-10-24T22:59:47Z
author bluhm
files src/sys/netinet/in_proto.c log diff annotate
src/sys/netinet/ip_ipsp.h log diff annotate
src/sys/netinet/ipsec_input.c log diff annotate
src/sys/netinet6/in6_proto.c log diff annotate
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@