mirror of
https://github.com/fatedier/frp.git
synced 2026-03-24 09:08:13 +08:00
update packages
This commit is contained in:
12
vendor/golang.org/x/net/ipv4/icmp_stub.go
generated
vendored
12
vendor/golang.org/x/net/ipv4/icmp_stub.go
generated
vendored
@@ -6,20 +6,20 @@
|
||||
|
||||
package ipv4
|
||||
|
||||
const sysSizeofICMPFilter = 0x0
|
||||
const sizeofICMPFilter = 0x0
|
||||
|
||||
type sysICMPFilter struct {
|
||||
type icmpFilter struct {
|
||||
}
|
||||
|
||||
func (f *sysICMPFilter) accept(typ ICMPType) {
|
||||
func (f *icmpFilter) accept(typ ICMPType) {
|
||||
}
|
||||
|
||||
func (f *sysICMPFilter) block(typ ICMPType) {
|
||||
func (f *icmpFilter) block(typ ICMPType) {
|
||||
}
|
||||
|
||||
func (f *sysICMPFilter) setAll(block bool) {
|
||||
func (f *icmpFilter) setAll(block bool) {
|
||||
}
|
||||
|
||||
func (f *sysICMPFilter) willBlock(typ ICMPType) bool {
|
||||
func (f *icmpFilter) willBlock(typ ICMPType) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user