MCPcopy Create free account
hub / github.com/encodeous/nylon / IpcSet

Method IpcSet

polyamide/device/uapi.go:418–420  ·  view source on GitHub ↗
(uapiConf string)

Source from the content-addressed store, hash-verified

416}
417
418func (device *Device) IpcSet(uapiConf string) error {
419 return device.IpcSetOperation(strings.NewReader(uapiConf))
420}
421
422func (device *Device) IpcHandle(socket net.Conn) {
423 defer socket.Close()

Callers 7

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
genTestPairFunction · 0.80
TestUpDownFunction · 0.80
TestConcurrencySafetyFunction · 0.80
initWireGuardMethod · 0.80

Implementers 4

NativeTunpolyamide/tun/tun_linux.go
netTunpolyamide/tun/netstack/tun.go
chTunpolyamide/tun/tuntest/tuntest.go
fakeTUNDeviceSizedpolyamide/device/device_test.go

Calls 1

IpcSetOperationMethod · 0.95

Tested by 3

genTestPairFunction · 0.64
TestUpDownFunction · 0.64
TestConcurrencySafetyFunction · 0.64