From 75659c93a1372be50e0022b7575a4e1dfeacb247 Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sat, 5 Jun 1982 23:52:52 -0800 Subject: [PATCH] add entry for portcheck SCCS-vsn: sbin/routed/defs.h 4.6 --- usr/src/sbin/routed/defs.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/usr/src/sbin/routed/defs.h b/usr/src/sbin/routed/defs.h index 9de9ffc59f..cb95cb494f 100644 --- a/usr/src/sbin/routed/defs.h +++ b/usr/src/sbin/routed/defs.h @@ -1,4 +1,4 @@ -/* defs.h 4.5 82/05/31 */ +/* defs.h 4.6 82/06/05 */ /* * Internal data structure definitions for @@ -69,9 +69,10 @@ struct afswitch { int (*af_hash)(); /* returns keys based on address */ int (*af_netmatch)(); /* verifies net # matching */ int (*af_output)(); /* interprets address for sending */ - int (*af_portmatch)(); /* interprets address on receipt */ + int (*af_portmatch)(); /* packet from some other router? */ + int (*af_portcheck)(); /* packet from priviledged peer? */ int (*af_checkhost)(); /* tells if address for host or net */ - int (*af_canon)(); /* purges extraneous part of address */ + int (*af_canon)(); /* canonicalize address for compares */ }; /* -- 2.20.1