Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Difreq_linux.go25 type Ifreq struct{ raw ifreq } argument
45 func (ifr *Ifreq) Name() string {
56 func (ifr *Ifreq) Inet4Addr() ([]byte, error) {
69 func (ifr *Ifreq) SetInet4Addr(v []byte) error {
90 func (ifr *Ifreq) Uint16() uint16 {
95 func (ifr *Ifreq) SetUint16(v uint16) {
101 func (ifr *Ifreq) Uint32() uint32 {
106 func (ifr *Ifreq) SetUint32(v uint32) {
113 func (ifr *Ifreq) clear() {
136 func (ifr Ifreq) withData(p unsafe.Pointer) ifreqData {
Dioctl_linux.go180 func IoctlIfreq(fd int, req uint, value *Ifreq) error {