14271Srie# 24271Srie# CDDL HEADER START 34271Srie# 44271Srie# The contents of this file are subject to the terms of the 54271Srie# Common Development and Distribution License (the "License"). 64271Srie# You may not use this file except in compliance with the License. 74271Srie# 84271Srie# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 94271Srie# or http://www.opensolaris.org/os/licensing. 104271Srie# See the License for the specific language governing permissions 114271Srie# and limitations under the License. 124271Srie# 134271Srie# When distributing Covered Code, include this CDDL HEADER in each 144271Srie# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 154271Srie# If applicable, add the following below this CDDL HEADER, with the 164271Srie# fields enclosed by brackets "[]" replaced with your own identifying 174271Srie# information: Portions Copyright [yyyy] [name of copyright owner] 184271Srie# 194271Srie# CDDL HEADER END 204271Srie# 214271Srie 224271Srie# 23*12692SAli.Bahrami@Oracle.COM# Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved. 244271Srie# 258744SAli.Bahrami@Sun.COM 268744SAli.Bahrami@Sun.COM# 278744SAli.Bahrami@Sun.COM# MAPFILE HEADER START 288744SAli.Bahrami@Sun.COM# 298744SAli.Bahrami@Sun.COM# WARNING: STOP NOW. DO NOT MODIFY THIS FILE. 308744SAli.Bahrami@Sun.COM# Object versioning must comply with the rules detailed in 318744SAli.Bahrami@Sun.COM# 328744SAli.Bahrami@Sun.COM# usr/src/lib/README.mapfiles 338744SAli.Bahrami@Sun.COM# 348744SAli.Bahrami@Sun.COM# You should not be making modifications here until you've read the most current 358744SAli.Bahrami@Sun.COM# copy of that file. If you need help, contact a gatekeeper for guidance. 368744SAli.Bahrami@Sun.COM# 378744SAli.Bahrami@Sun.COM# MAPFILE HEADER END 384271Srie# 394271Srie 40*12692SAli.Bahrami@Oracle.COM$mapfile_version 2 41*12692SAli.Bahrami@Oracle.COM 424271Srie# tcpdchk interposes on numerous routines, and must export other data 434271Srie# structures to satisfy external dependency requirements. 44*12692SAli.Bahrami@Oracle.COMSYMBOL_SCOPE { 454271Srie global: 46*12692SAli.Bahrami@Oracle.COM clean_exit { FLAGS = INTERPOSE }; 47*12692SAli.Bahrami@Oracle.COM closelog { FLAGS = INTERPOSE }; 48*12692SAli.Bahrami@Oracle.COM hosts_access_verbose { FLAGS = INTERPOSE }; 49*12692SAli.Bahrami@Oracle.COM hosts_allow_table { FLAGS = INTERPOSE }; 50*12692SAli.Bahrami@Oracle.COM hosts_deny_table { FLAGS = INTERPOSE }; 51*12692SAli.Bahrami@Oracle.COM openlog { FLAGS = INTERPOSE }; 52*12692SAli.Bahrami@Oracle.COM resident { FLAGS = INTERPOSE }; 53*12692SAli.Bahrami@Oracle.COM rfc931 { FLAGS = INTERPOSE }; 54*12692SAli.Bahrami@Oracle.COM rfc931_timeout { FLAGS = INTERPOSE }; 55*12692SAli.Bahrami@Oracle.COM shell_cmd { FLAGS = INTERPOSE }; 56*12692SAli.Bahrami@Oracle.COM syslog { FLAGS = INTERPOSE }; 57*12692SAli.Bahrami@Oracle.COM vsyslog { FLAGS = INTERPOSE }; 584271Srie 594271Srie allow_severity; # required by libwrap 604271Srie deny_severity; # required by libwrap 614271Srie}; 62