Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/WireGuard/wireguard-go
/ IpcSet
Method
IpcSet
device/uapi.go:415–417 ·
view source on GitHub ↗
(uapiConf string)
Source
from the content-addressed store, hash-verified
413
}
414
415
func
(device *Device) IpcSet(uapiConf string) error {
416
return
device.IpcSetOperation(strings.NewReader(uapiConf))
417
}
418
419
func
(device *Device) IpcHandle(socket net.Conn) {
420
defer
socket.Close()
Callers
6
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
genTestPair
Function · 0.80
TestUpDown
Function · 0.80
TestConcurrencySafety
Function · 0.80
Implementers
4
NativeTun
tun/tun_linux.go
netTun
tun/netstack/tun.go
chTun
tun/tuntest/tuntest.go
fakeTUNDeviceSized
device/device_test.go
Calls
1
IpcSetOperation
Method · 0.95
Tested by
3
genTestPair
Function · 0.64
TestUpDown
Function · 0.64
TestConcurrencySafety
Function · 0.64