Home
last modified time | relevance | path

Searched defs:NetlinkRouteAttr (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/syscall/
Dnetlink_linux.go149 type NetlinkRouteAttr struct { struct
150 Attr RtAttr
151 Value []byte
/aosp_15_r20/prebuilts/go/linux-x86/src/net/
Dinterface_linux.go58 func newLink(ifim *syscall.IfInfomsg, attrs []syscall.NetlinkRouteAttr) *Interface {
178 func newAddr(ifam *syscall.IfAddrmsg, attrs []syscall.NetlinkRouteAttr) Addr {