Home
last modified time | relevance | path

Searched refs:RTA_ALIGNTO (Results 1 – 25 of 2344) sorted by relevance

12345678910>>...94

/dports/net/hostapd/hostapd-2.9/src/drivers/
H A Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/dports/net/hostapd-devel/hostap-14ab4a816/src/drivers/
H A Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/dports/net/wpa_supplicant_gui/wpa_supplicant-2.9/src/drivers/
H A Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/dports/security/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/dports/security/wpa_supplicant-devel/hostap-14ab4a816/src/drivers/
H A Dpriv_netlink.h62 #define RTA_ALIGNTO 4 macro
63 #define RTA_ALIGN(len) (((len) + RTA_ALIGNTO - 1) & ~(RTA_ALIGNTO - 1))
/dports/net/py-wsdd/wsdd-0.7.0/test/
H A Dnetlink_monitor.py39 RTA_ALIGNTO = 4 variable
96 i += align_to(attr_len, RTA_ALIGNTO)
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/gcc8/gcc-8.5.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/gcc11/gcc-11.2.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/gcc10/gcc-10.3.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/syscall/
H A Dnetlink_linux.go19 return (attrlen + RTA_ALIGNTO - 1) & ^(RTA_ALIGNTO - 1)

12345678910>>...94