Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Jun 2002 09:55:19 +0800
From:      "David Xu" <davidx@viasoft.com.cn>
To:        <freebsd-current@freebsd.org>
Subject:   kernel build failure
Message-ID:  <008101c21e46$ec5f5590$ef01a8c0@davidwnt>

next in thread | raw e-mail | index | archive | help
Current source in ipfw was broken:

cc -O -pipe  -DIPFIREWALL  -D_KERNEL -Wall -Wredundant-decls =
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi =
-DKLD_MODULE -nostdinc -I-   -I. -I@ -I@/dev -I@/../include -fno-common =
-g -mpreferred-stack-boundary=3D2 -ffreestanding -Wall -Wredundant-decls =
-Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes =
-Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -ansi -c =
/usr/src/sys/netinet/ip_fw.c
/usr/src/sys/netinet/ip_fw.c:216: warning: `union ip_fw_if' declared =
inside parameter list
/usr/src/sys/netinet/ip_fw.c:216: warning: its scope is only this =
definition or declaration, which is probably not what you want
/usr/src/sys/netinet/ip_fw.c: In function `tcpflg_match':
/usr/src/sys/netinet/ip_fw.c:273: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:273: `IP_FW_IF_TCPEST' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:273: (Each undeclared identifier is =
reported only once
/usr/src/sys/netinet/ip_fw.c:273: for each function it appears in.)
/usr/src/sys/netinet/ip_fw.c:277: structure has no member named =
`fw_tcpf'
/usr/src/sys/netinet/ip_fw.c:278: structure has no member named =
`fw_tcpnf'
/usr/src/sys/netinet/ip_fw.c:280: structure has no member named =
`fw_tcpf'
/usr/src/sys/netinet/ip_fw.c: In function `icmptype_match':
/usr/src/sys/netinet/ip_fw.c:293: structure has no member named `fw_flg'
/usr/src/sys/netinet/ip_fw.c:293: `IP_FW_F_ICMPBIT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:299: `IP_FW_ICMPTYPES_MAX' undeclared =
(first use in this function)
/usr/src/sys/netinet/ip_fw.c:300: structure has no member named `fw_uar'
/usr/src/sys/netinet/ip_fw.c: In function `ipopts_match':
/usr/src/sys/netinet/ip_fw.c:333: structure has no member named =
`fw_ipopt'
/usr/src/sys/netinet/ip_fw.c:334: structure has no member named =
`fw_ipnopt'
/usr/src/sys/netinet/ip_fw.c: In function `iptos_match':
/usr/src/sys/netinet/ip_fw.c:388: structure has no member named =
`fw_iptos'
/usr/src/sys/netinet/ip_fw.c:389: structure has no member named =
`fw_ipntos'
/usr/src/sys/netinet/ip_fw.c: In function `tcpopts_match':
/usr/src/sys/netinet/ip_fw.c:417: structure has no member named =
`fw_tcpopt'
/usr/src/sys/netinet/ip_fw.c:418: structure has no member named =
`fw_tcpnopt'
/usr/src/sys/netinet/ip_fw.c: At top level:
/usr/src/sys/netinet/ip_fw.c:476: warning: `union ip_fw_if' declared =
inside parameter list
/usr/src/sys/netinet/ip_fw.c:477: conflicting types for `iface_match'
/usr/src/sys/netinet/ip_fw.c:216: previous declaration of `iface_match'
/usr/src/sys/netinet/ip_fw.c: In function `iface_match':
/usr/src/sys/netinet/ip_fw.c:481: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:482: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:485: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:485: `FW_IFNLEN' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:488: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:496: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c: In function `ipfw_report':
/usr/src/sys/netinet/ip_fw.c:519: structure has no member named =
`fw_pcnt'
/usr/src/sys/netinet/ip_fw.c:521: structure has no member named =
`fw_logamount'
/usr/src/sys/netinet/ip_fw.c:521: structure has no member named =
`fw_loghighest'
/usr/src/sys/netinet/ip_fw.c:525: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:531: structure has no member named `fw_flg'
/usr/src/sys/netinet/ip_fw.c:531: `IP_FW_F_COMMAND' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:532: `IP_FW_F_DENY' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:535: `IP_FW_F_REJECT' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:536: structure has no member named =
`fw_reject_code'
/usr/src/sys/netinet/ip_fw.c:536: `IP_FW_REJECT_RST' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:541: `IP_FW_F_ACCEPT' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:544: `IP_FW_F_COUNT' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:557: `IP_FW_F_SKIPTO' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:559: structure has no member named =
`fw_skipto_rule'
/usr/src/sys/netinet/ip_fw.c:561: `IP_FW_F_PIPE' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:563: structure has no member named =
`fw_skipto_rule'
/usr/src/sys/netinet/ip_fw.c:565: `IP_FW_F_QUEUE' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:567: structure has no member named =
`fw_skipto_rule'
/usr/src/sys/netinet/ip_fw.c:570: `IP_FW_F_FWD' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:571: structure has no member named =
`fw_fwd_ip'
/usr/src/sys/netinet/ip_fw.c:574: structure has no member named =
`fw_fwd_ip'
/usr/src/sys/netinet/ip_fw.c:575: structure has no member named =
`fw_fwd_ip'
/usr/src/sys/netinet/ip_fw.c:578: structure has no member named =
`fw_fwd_ip'
/usr/src/sys/netinet/ip_fw.c:649: structure has no member named =
`fw_logamount'
/usr/src/sys/netinet/ip_fw.c:650: structure has no member named =
`fw_loghighest'
/usr/src/sys/netinet/ip_fw.c:653: structure has no member named =
`fw_logamount'
/usr/src/sys/netinet/ip_fw.c:654: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c: In function `remove_dyn_rule':
/usr/src/sys/netinet/ip_fw.c:723: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:725: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:727: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:727: `DYN_LIMIT_PARENT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:729: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:733: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:737: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:737: `DYN_LIMIT' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:737: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:737: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:737: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:737: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:740: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c: In function `lookup_dyn_rule':
/usr/src/sys/netinet/ip_fw.c:770: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:770: `DYN_LIMIT_PARENT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:772: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:773: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:773: `DYN_LIMIT' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:773: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:773: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:773: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:773: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:776: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:777: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:778: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:779: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:780: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:784: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:785: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:786: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:787: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:794: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:799: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:799: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:800: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:806: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:807: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:810: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:814: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:819: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:823: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:834: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:838: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:841: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c: In function `add_dyn_rule':
/usr/src/sys/netinet/ip_fw.c:885: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:892: `DYN_LIMIT' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:894: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:894: `DYN_LIMIT_PARENT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:896: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:897: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:898: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:901: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:902: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:903: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:904: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:905: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:905: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:906: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:908: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:909: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c: In function `lookup_dyn_parent':
/usr/src/sys/netinet/ip_fw.c:931: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:932: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:932: `DYN_LIMIT_PARENT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:932: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:933: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:934: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:935: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:936: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:937: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:938: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c: In function `install_state':
/usr/src/sys/netinet/ip_fw.c:961: structure has no member named =
`dyn_type'
/usr/src/sys/netinet/ip_fw.c:987: `DYN_KEEP_STATE' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:990: `DYN_LIMIT' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:992: structure has no member named =
`limit_mask'
/usr/src/sys/netinet/ip_fw.c:993: structure has no member named =
`conn_limit'
/usr/src/sys/netinet/ip_fw.c:1016: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:1018: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c: In function `lookup_next_rule':
/usr/src/sys/netinet/ip_fw.c:1048: structure has no member named =
`fw_skipto_rule'
/usr/src/sys/netinet/ip_fw.c:1050: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1050: `IP_FW_F_COMMAND' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1050: `IP_FW_F_SKIPTO' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1051: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1051: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1052: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1054: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c: In function `ip_fw_chk':
/usr/src/sys/netinet/ip_fw.c:1210: structure has no member named =
`next_rule_ptr'
/usr/src/sys/netinet/ip_fw.c:1212: structure has no member named =
`next_rule_ptr'
/usr/src/sys/netinet/ip_fw.c:1224: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1225: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1231: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1233: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1237: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1237: `IP_FW_BRIDGED' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1243: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1243: `IP_FW_F_OUT' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1247: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1247: `IP_FW_F_IN' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:1251: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1251: `IP_FW_F_MAC' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1257: structure has no member named =
`fw_mac_hdr'
/usr/src/sys/netinet/ip_fw.c:1258: structure has no member named =
`fw_mac_mask'
/usr/src/sys/netinet/ip_fw.c:1267: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1267: `IP_FW_F_SRNG' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1269: structure has no member named =
`fw_mac_type'
/usr/src/sys/netinet/ip_fw.c:1270: structure has no member named =
`fw_mac_mask_type'
/usr/src/sys/netinet/ip_fw.c:1273: structure has no member named =
`fw_mac_type'
/usr/src/sys/netinet/ip_fw.c:1274: structure has no member named =
`fw_mac_mask_type'
/usr/src/sys/netinet/ip_fw.c:1280: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1280: `IF_FW_F_VIAHACK' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1285: structure has no member named =
`fw_in_if'
/usr/src/sys/netinet/ip_fw.c:1285: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1285: `IP_FW_F_OIFNAME' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1289: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1289: `IP_FW_F_IIFACE' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1291: structure has no member named =
`fw_in_if'
/usr/src/sys/netinet/ip_fw.c:1291: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1291: `IP_FW_F_IIFNAME' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1294: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1294: `IP_FW_F_OIFACE' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1296: structure has no member named =
`fw_out_if'
/usr/src/sys/netinet/ip_fw.c:1296: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1305: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1315: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1315: `IP_FW_F_KEEP_S' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1315: `IP_FW_F_CHECK_S' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1324: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:1325: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:1326: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:1330: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1335: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1335: `IP_FW_F_FRAG' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1346: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1346: `IP_FW_F_SME' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1349: structure has no member named =
`fw_src'
/usr/src/sys/netinet/ip_fw.c:1350: structure has no member named =
`fw_smsk'
/usr/src/sys/netinet/ip_fw.c:1351: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1351: `IP_FW_F_INVSRC' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1355: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1355: `IP_FW_F_DME' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1358: structure has no member named =
`fw_dst'
/usr/src/sys/netinet/ip_fw.c:1359: structure has no member named =
`fw_dmsk'
/usr/src/sys/netinet/ip_fw.c:1360: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1360: `IP_FW_F_INVDST' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1364: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1364: `IP_FW_IF_IPOPT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1366: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1366: `IP_FW_IF_IPLEN' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1366: structure has no member named =
`fw_iplen'
/usr/src/sys/netinet/ip_fw.c:1368: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1368: `IP_FW_IF_IPID' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1368: structure has no member named =
`fw_ipid'
/usr/src/sys/netinet/ip_fw.c:1370: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1370: `IP_FW_IF_IPPRE' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1371: structure has no member named =
`fw_iptos'
/usr/src/sys/netinet/ip_fw.c:1373: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1373: `IP_FW_IF_IPTOS' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1375: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1375: `IP_FW_IF_IPTTL' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1375: structure has no member named =
`fw_ipttl'
/usr/src/sys/netinet/ip_fw.c:1377: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1377: `IP_FW_IF_IPVER' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1377: structure has no member named =
`fw_ipver'
/usr/src/sys/netinet/ip_fw.c:1381: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1382: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1382: `IP_FW_F_UID' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1382: `IP_FW_F_GID' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1386: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1390: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1411: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1412: structure has no member named =
`fw_uid'
/usr/src/sys/netinet/ip_fw.c:1414: structure has no member named =
`fw_gid'
/usr/src/sys/netinet/ip_fw.c:1439: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1440: structure has no member named =
`fw_uid'
/usr/src/sys/netinet/ip_fw.c:1442: structure has no member named =
`fw_gid'
/usr/src/sys/netinet/ip_fw.c:1469: warning: implicit declaration of =
function `IP_FW_HAVEPORTS'
/usr/src/sys/netinet/ip_fw.c:1470: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1470: `IP_FW_IF_TCPMSK' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1477: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1477: `IP_FW_IF_TCPOPT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1479: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1479: `IP_FW_IF_TCPFLG' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1480: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1480: `IP_FW_IF_TCPEST' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1483: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1483: `IP_FW_IF_TCPSEQ' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1483: structure has no member named =
`fw_tcpseq'
/usr/src/sys/netinet/ip_fw.c:1485: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1485: `IP_FW_IF_TCPACK' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1485: structure has no member named =
`fw_tcpack'
/usr/src/sys/netinet/ip_fw.c:1487: structure has no member named =
`fw_ipflg'
/usr/src/sys/netinet/ip_fw.c:1487: `IP_FW_IF_TCPWIN' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1487: structure has no member named =
`fw_tcpwin'
/usr/src/sys/netinet/ip_fw.c:1499: warning: redundant redeclaration of =
`IP_FW_HAVEPORTS' in same scope
/usr/src/sys/netinet/ip_fw.c:1469: warning: previous declaration of =
`IP_FW_HAVEPORTS'
/usr/src/sys/netinet/ip_fw.c:1505: structure has no member named =
`fw_uar'
/usr/src/sys/netinet/ip_fw.c:1506: warning: implicit declaration of =
function `IP_FW_GETNSRCP'
/usr/src/sys/netinet/ip_fw.c:1507: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1508: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1508: `IP_FW_F_SMSK' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1510: structure has no member named =
`fw_uar'
/usr/src/sys/netinet/ip_fw.c:1511: warning: implicit declaration of =
function `IP_FW_GETNDSTP'
/usr/src/sys/netinet/ip_fw.c:1512: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1512: `IP_FW_F_DRNG' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1513: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1513: `IP_FW_F_DMSK' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1544: structure has no member named =
`dont_match_prob'
/usr/src/sys/netinet/ip_fw.c:1544: structure has no member named =
`dont_match_prob'
/usr/src/sys/netinet/ip_fw.c:1551: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1556: structure has no member named =
`fw_pcnt'
/usr/src/sys/netinet/ip_fw.c:1557: structure has no member named =
`fw_bcnt'
/usr/src/sys/netinet/ip_fw.c:1561: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1561: `IP_FW_F_PRN' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1565: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1565: `IP_FW_F_COMMAND' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1566: `IP_FW_F_ACCEPT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1568: `IP_FW_F_COUNT' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1578: `IP_FW_F_SKIPTO' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1579: structure has no member named =
`next_rule_ptr'
/usr/src/sys/netinet/ip_fw.c:1580: structure has no member named =
`next_rule_ptr'
/usr/src/sys/netinet/ip_fw.c:1581: structure has no member named =
`next_rule_ptr'
/usr/src/sys/netinet/ip_fw.c:1586: `IP_FW_F_PIPE' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1587: `IP_FW_F_QUEUE' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1589: structure has no member named =
`fw_pipe_nr'
/usr/src/sys/netinet/ip_fw.c:1591: `IP_FW_F_FWD' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1607: structure has no member named =
`fw_fwd_ip'
/usr/src/sys/netinet/ip_fw.c:1627: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1628: `IP_FW_F_REJECT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1631: structure has no member named =
`fw_reject_code'
/usr/src/sys/netinet/ip_fw.c:1632: `IP_FW_REJECT_RST' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1662: structure has no member named =
`fw_reject_code'
/usr/src/sys/netinet/ip_fw.c: In function `flush_rule_ptrs':
/usr/src/sys/netinet/ip_fw.c:1686: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1687: structure has no member named =
`next_rule_ptr'
/usr/src/sys/netinet/ip_fw.c: In function `add_entry':
/usr/src/sys/netinet/ip_fw.c:1703: structure has no member named =
`fw_in_if'
/usr/src/sys/netinet/ip_fw.c:1703: `FW_IFNLEN' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:1704: structure has no member named =
`fw_pcnt'
/usr/src/sys/netinet/ip_fw.c:1705: structure has no member named =
`fw_bcnt'
/usr/src/sys/netinet/ip_fw.c:1706: structure has no member named =
`next_rule_ptr'
/usr/src/sys/netinet/ip_fw.c:1707: structure has no member named =
`pipe_ptr'
/usr/src/sys/netinet/ip_fw.c:1712: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1712: request for member `le_prev' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1712: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1712: request for member `le_prev' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1717: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1718: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1719: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1720: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1726: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1726: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1731: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1732: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1732: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1734: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1734: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1734: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1734: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1734: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1734: request for member `le_prev' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1734: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1736: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1736: request for member `le_prev' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1736: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1736: request for member `le_prev' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c: In function `free_chain':
/usr/src/sys/netinet/ip_fw.c:1764: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1766: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1766: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1766: request for member `le_prev' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1766: request for member `le_prev' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1766: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c: In function `del_entry':
/usr/src/sys/netinet/ip_fw.c:1784: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1785: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1789: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c: In function `zero_entry':
/usr/src/sys/netinet/ip_fw.c:1817: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1819: structure has no member named =
`fw_bcnt'
/usr/src/sys/netinet/ip_fw.c:1819: structure has no member named =
`fw_pcnt'
/usr/src/sys/netinet/ip_fw.c:1822: structure has no member named =
`fw_loghighest'
/usr/src/sys/netinet/ip_fw.c:1822: structure has no member named =
`fw_pcnt'
/usr/src/sys/netinet/ip_fw.c:1822: structure has no member named =
`fw_logamount'
/usr/src/sys/netinet/ip_fw.c:1829: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1835: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:1836: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1838: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:1840: structure has no member named =
`fw_bcnt'
/usr/src/sys/netinet/ip_fw.c:1840: structure has no member named =
`fw_pcnt'
/usr/src/sys/netinet/ip_fw.c:1843: structure has no member named =
`fw_loghighest'
/usr/src/sys/netinet/ip_fw.c:1843: structure has no member named =
`fw_pcnt'
/usr/src/sys/netinet/ip_fw.c:1843: structure has no member named =
`fw_logamount'
/usr/src/sys/netinet/ip_fw.c:1844: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c: In function `check_ipfw_struct':
/usr/src/sys/netinet/ip_fw.c:1864: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1864: `IP_FW_F_MASK' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1866: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1869: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1869: `IP_FW_F_MAC' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1872: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1872: `IP_FW_F_CHECK_S' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1877: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1877: `IP_FW_F_IN' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:1877: `IP_FW_F_OUT' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1882: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1882: `IP_FW_F_IIFNAME' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1883: structure has no member named =
`fw_in_if'
/usr/src/sys/netinet/ip_fw.c:1884: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1884: `IP_FW_F_OIFNAME' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1885: structure has no member named =
`fw_out_if'
/usr/src/sys/netinet/ip_fw.c:1890: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1890: `IF_FW_F_VIAHACK' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1892: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1893: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1893: `IP_FW_F_OIFACE' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1899: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1899: `IP_FW_F_SRNG' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1904: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1904: `IP_FW_F_DRNG' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1909: `IP_FW_MAX_PORTS' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1917: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1918: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1930: structure has no member named =
`fw_src'
/usr/src/sys/netinet/ip_fw.c:1930: structure has no member named =
`fw_smsk'
/usr/src/sys/netinet/ip_fw.c:1931: structure has no member named =
`fw_dst'
/usr/src/sys/netinet/ip_fw.c:1931: structure has no member named =
`fw_dmsk'
/usr/src/sys/netinet/ip_fw.c:1936: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1936: `IP_FW_F_FRAG' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1937: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1937: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1942: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1943: structure has no member named =
`fw_tcpf'
/usr/src/sys/netinet/ip_fw.c:1943: structure has no member named =
`fw_tcpnf'
/usr/src/sys/netinet/ip_fw.c:1949: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1949: `IP_FW_F_UID' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1949: `IP_FW_F_GID' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1950: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1951: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1952: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1959: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:1959: `IP_FW_F_COMMAND' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1960: `IP_FW_F_REJECT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1961: structure has no member named =
`fw_reject_code'
/usr/src/sys/netinet/ip_fw.c:1962: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:1963: structure has no member named =
`fw_reject_code'
/usr/src/sys/netinet/ip_fw.c:1963: `IP_FW_REJECT_RST' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1972: `IP_FW_F_PIPE' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1973: `IP_FW_F_QUEUE' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1974: structure has no member named =
`fw_divert_port'
/usr/src/sys/netinet/ip_fw.c:1979: `IP_FW_F_DENY' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1980: `IP_FW_F_ACCEPT' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1981: `IP_FW_F_COUNT' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:1982: `IP_FW_F_SKIPTO' undeclared (first =
use in this function)
/usr/src/sys/netinet/ip_fw.c:1983: `IP_FW_F_FWD' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c: In function `ip_fw_ctl':
/usr/src/sys/netinet/ip_fw.c:2026: sizeof applied to an incomplete type
/usr/src/sys/netinet/ip_fw.c:2042: request for member `le_next' in =
something not a structure or union
/usr/src/sys/netinet/ip_fw.c:2052: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2052: increment of pointer to unknown =
structure
/usr/src/sys/netinet/ip_fw.c:2052: arithmetic on pointer to an =
incomplete type
/usr/src/sys/netinet/ip_fw.c:2052: warning: left-hand operand of comma =
expression has no effect
/usr/src/sys/netinet/ip_fw.c:2053: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2054: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2054: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2060: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2062: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2063: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2065: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2068: dereferencing pointer to incomplete =
type
/usr/src/sys/netinet/ip_fw.c:2092: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:2102: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:2118: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:2123: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c: At top level:
/usr/src/sys/netinet/ip_fw.c:2163: warning: no previous prototype for =
`ip_fw_init'
/usr/src/sys/netinet/ip_fw.c: In function `ip_fw_init':
/usr/src/sys/netinet/ip_fw.c:2171: structure has no member named =
`fw_prot'
/usr/src/sys/netinet/ip_fw.c:2172: structure has no member named =
`fw_number'
/usr/src/sys/netinet/ip_fw.c:2176: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:2176: `IP_FW_F_DENY' undeclared (first use =
in this function)
/usr/src/sys/netinet/ip_fw.c:2178: structure has no member named =
`fw_flg'
/usr/src/sys/netinet/ip_fw.c:2178: `IP_FW_F_IN' undeclared (first use in =
this function)
/usr/src/sys/netinet/ip_fw.c:2178: `IP_FW_F_OUT' undeclared (first use =
in this function)
*** Error code 1

Stop in /usr/src/sys/modules/ipfw.
*** Error code 1

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/i386/compile/xu.




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008101c21e46$ec5f5590$ef01a8c0>