Searched defs:Ifreq (Results 1 – 3 of 3) sorted by relevance
25 type Ifreq struct{ raw ifreq } struct45 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 {
180 func IoctlIfreq(fd int, req uint, value *Ifreq) error {
34 Ifreq = cstruct.Struct("Ifreq", "=16s16s", "name data") variable