Home
last modified time | relevance | path

Searched refs:ifaddrmsg (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dif_addr.h8 struct ifaddrmsg { struct
68 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
69 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dif_addr.h8 struct ifaddrmsg { struct
67 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
68 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dif_addr.h8 struct ifaddrmsg { struct
67 #define IFA_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct ifaddrmsg))))
68 #define IFA_PAYLOAD(n) NLMSG_PAYLOAD(n,sizeof(struct ifaddrmsg))
/OK3568_Linux_fs/kernel/net/phonet/
H A Dpn_netlink.c30 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in phonet_address_notify()
57 struct ifaddrmsg *ifm; in addr_doit()
98 struct ifaddrmsg *ifm; in fill_addr()
196 skb = nlmsg_new(NLMSG_ALIGN(sizeof(struct ifaddrmsg)) + in rtm_phonet_notify()
/OK3568_Linux_fs/app/forlinx/quectelCM/libmnl/
H A Difutils.c252 struct ifaddrmsg *ifm; in if_act_on_addr()
274 ifm = mnl_nlmsg_put_extra_header(nlh, sizeof(struct ifaddrmsg)); in if_act_on_addr()
393 struct ifaddrmsg *ifa = mnl_nlmsg_get_payload(nlh); in data_cb()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-protocols/mdns/mdns/
H A D0004-Use-list-for-changed-interfaces.patch92 - result |= 1 << ((struct ifaddrmsg*) NLMSG_DATA(pNLMsg))->ifa_index;
93 + AddInterfaceIndexToList(changedInterfaces, ((struct ifaddrmsg*) NLMSG_DATA(pNLMsg))->i…
H A D0008-Mark-deleted-interfaces-as-being-changed.patch36 … AddInterfaceIndexToList(changedInterfaces, ((struct ifaddrmsg*) NLMSG_DATA(pNLMsg))->ifa_index);
/OK3568_Linux_fs/kernel/net/decnet/
H A Ddn_dev.c572 struct ifaddrmsg *ifm; in dn_nl_deladdr()
619 struct ifaddrmsg *ifm; in dn_nl_newaddr()
674 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in dn_ifaddr_nlmsg_size()
684 struct ifaddrmsg *ifm; in dn_nl_fill_ifaddr()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Ddevinet.c651 struct ifaddrmsg *ifm; in inet_rtm_deladdr()
829 struct ifaddrmsg *ifm; in rtm_to_ifaddr()
1621 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet_nlmsg_size()
1652 struct ifaddrmsg *ifm; in inet_fill_ifaddr()
1723 struct ifaddrmsg *ifm; in inet_valid_dump_ifaddr_req()
/OK3568_Linux_fs/kernel/net/ipv6/
H A Daddrconf.c4676 struct ifaddrmsg *ifm; in inet6_rtm_deladdr()
4860 struct ifaddrmsg *ifm; in inet6_rtm_newaddr()
4947 struct ifaddrmsg *ifm; in put_ifaddrmsg()
4984 return NLMSG_ALIGN(sizeof(struct ifaddrmsg)) in inet6_ifaddr_msgsize()
5015 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifaddr()
5087 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifmcaddr()
5121 sizeof(struct ifaddrmsg), args->flags); in inet6_fill_ifacaddr()
5212 struct ifaddrmsg *ifm; in inet6_valid_dump_ifaddr_req()
5368 struct ifaddrmsg *ifm; in inet6_rtm_valid_getaddr_req()
5421 struct ifaddrmsg *ifm; in inet6_rtm_getaddr()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dipsec.c325 struct ifaddrmsg info; in ip4_addr_set()