Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/sys/unix/
Difreq_linux.go25 type Ifreq struct{ raw ifreq } struct
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 {
/aosp_15_r20/kernel/tests/net/test/
H A Dtcp_nuke_addr_test.py34 Ifreq = cstruct.Struct("Ifreq", "=16s16s", "name data") variable