Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
N
net
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
net
Commits
3748d8c2
Commit
3748d8c2
authored
Nov 26, 2014
by
Mikio Hara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
x/net/ipv6: remove unnecessary stubs
LGTM=iant R=iant CC=golang-codereviews
https://golang.org/cl/183750044
parent
41bf2334
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
28 deletions
+0
-28
sockopt_stub.go
ipv6/sockopt_stub.go
+0
-28
No files found.
ipv6/sockopt_stub.go
View file @
3748d8c2
...
@@ -8,34 +8,6 @@ package ipv6
...
@@ -8,34 +8,6 @@ package ipv6
import
"net"
import
"net"
func
getInt
(
fd
int
,
opt
*
sockOpt
)
(
int
,
error
)
{
return
0
,
errOpNoSupport
}
func
setInt
(
fd
int
,
opt
*
sockOpt
,
v
int
)
error
{
return
errOpNoSupport
}
func
getInterface
(
fd
int
,
opt
*
sockOpt
)
(
*
net
.
Interface
,
error
)
{
return
nil
,
errOpNoSupport
}
func
setInterface
(
fd
int
,
opt
*
sockOpt
,
ifi
*
net
.
Interface
)
error
{
return
errOpNoSupport
}
func
getICMPFilter
(
fd
int
,
opt
*
sockOpt
)
(
*
ICMPFilter
,
error
)
{
return
nil
,
errOpNoSupport
}
func
setICMPFilter
(
fd
int
,
opt
*
sockOpt
,
f
*
ICMPFilter
)
error
{
return
errOpNoSupport
}
func
getMTUInfo
(
fd
int
,
opt
*
sockOpt
)
(
*
net
.
Interface
,
int
,
error
)
{
func
getMTUInfo
(
fd
int
,
opt
*
sockOpt
)
(
*
net
.
Interface
,
int
,
error
)
{
return
nil
,
0
,
errOpNoSupport
return
nil
,
0
,
errOpNoSupport
}
}
func
setGroup
(
fd
int
,
opt
*
sockOpt
,
ifi
*
net
.
Interface
,
grp
net
.
IP
)
error
{
return
errOpNoSupport
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment