mapfile-pppoe revision 7c478bd95313f5f23a4c958a745db2134aa03244
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou#ident "%Z%%M% %I% %E% SMI"
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou# Copyright (c) 2001 by Sun Microsystems, Inc.
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou# All rights reserved.
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou# External declarations - used to suppress -zdefs errors.
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou script_setenv = FUNCTION extern; # Provided by pppd.
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou script_getenv = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou slprintf = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou option_error = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou warn = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou fatal = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou dbglog = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou absmax_mtu = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou absmax_mru = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou updown_script_hook = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou devnam_info = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou check_options_hook = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou device_pipe_hook = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou already_ppp = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou devnam = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou sys_read_packet_hook = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou ifname = DATA extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou fclose = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou ioctl = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou fdopen = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou close = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou open = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou strcmp = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou fgets = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou strlen = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou seteuid = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou ether_ntoa = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou ___errno = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou strdup = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou run_program = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou malloc = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou strrchr = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou strchr = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou error = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou free = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou strcpy = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou memcpy = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou script_unsetenv = FUNCTION extern; # " "
1cb875ae88fb9463b368e725c2444776595895cbCathy Zhou ntohs = FUNCTION extern; # " "