HomeSort by relevance Sort by last modified time
    Searched refs:nlmsghdr (Results 251 - 275 of 508) sorted by null

<<11121314151617181920>>

  /external/libnl/tests/
check-attr.c 54 struct nlmsghdr *nlh;
  /external/selinux/libselinux/src/
avc_internal.c 105 struct nlmsghdr *nlh = (struct nlmsghdr *)buf;
161 struct nlmsghdr *nlh = (struct nlmsghdr *)buf;
  /external/strace/tests/
netlink_netfilter.c 43 struct nlmsghdr nlh = {
netlink_selinux.c 40 struct nlmsghdr nlh = {
  /external/strace/tests-m32/
netlink_netfilter.c 43 struct nlmsghdr nlh = {
netlink_selinux.c 40 struct nlmsghdr nlh = {
  /external/strace/tests-mx32/
netlink_netfilter.c 43 struct nlmsghdr nlh = {
netlink_selinux.c 40 struct nlmsghdr nlh = {
  /system/netd/server/
NFLogListener.h 30 std::function<void(const nlmsghdr& nlmsg, const nfgenmsg& nfmsg,
NetlinkListener.h 35 using DispatchFn = std::function<void(const nlmsghdr& nlmsg, const netdutils::Slice msg)>;
42 // Deliver future messages with nlmsghdr.nlmsg_type == type to fn.
49 // Halt delivery of future messages with nlmsghdr.nlmsg_type == type.
  /external/dhcpcd-6.8.2/
if-linux.c 301 err_netlink(struct nlmsghdr *nlm)
322 int (*callback)(struct dhcpcd_ctx *, struct interface *, struct nlmsghdr *))
327 struct nlmsghdr *nlm;
371 for (nlm = (struct nlmsghdr *)(void *)buf;
395 if_copyrt(struct dhcpcd_ctx *ctx, struct rt *rt, struct nlmsghdr *nlm)
461 if_copyrt6(struct dhcpcd_ctx *ctx, struct rt6 *rt, struct nlmsghdr *nlm)
524 struct nlmsghdr *nlm)
579 link_addr(struct dhcpcd_ctx *ctx, struct interface *ifp, struct nlmsghdr *nlm)
691 struct nlmsghdr *nlm)
735 struct nlmsghdr *nlm
    [all...]
  /external/iproute2/ip/
xfrm_monitor.c 47 struct nlmsghdr *n, void *arg)
109 struct nlmsghdr *n, void *arg)
139 struct nlmsghdr *n, void *arg)
177 struct nlmsghdr *n, void *arg)
240 struct nlmsghdr *n, void *arg)
265 struct nlmsghdr *n, void *arg)
286 struct nlmsghdr *n, void *arg)
xfrm_policy.c 248 struct nlmsghdr n;
456 int xfrm_policy_print(const struct sockaddr_nl *who, struct nlmsghdr *n,
558 struct nlmsghdr n;
681 struct nlmsghdr *n = (struct nlmsghdr *)buf;
698 struct nlmsghdr *n,
707 struct nlmsghdr *new_n;
745 new_n = (struct nlmsghdr *)(xb->buf + xb->offset);
856 struct nlmsghdr n;
898 struct nlmsghdr n
    [all...]
iptoken.c 45 static int print_token(const struct sockaddr_nl *who, struct nlmsghdr *n, void *arg)
120 struct nlmsghdr n;
  /system/core/libsysutils/src/
NetlinkEvent.cpp 101 static bool checkRtNetlinkLength(const struct nlmsghdr *nh, size_t size) {
125 bool NetlinkEvent::parseIfInfoMessage(const struct nlmsghdr *nh) {
159 bool NetlinkEvent::parseIfAddrMessage(const struct nlmsghdr *nh) {
257 bool NetlinkEvent::parseUlogPacketMessage(const struct nlmsghdr *nh) {
286 bool NetlinkEvent::parseNfPacketMessage(struct nlmsghdr *nh) {
321 bool NetlinkEvent::parseRtMessage(const struct nlmsghdr *nh) {
413 bool NetlinkEvent::parseNdUserOptMessage(const struct nlmsghdr *nh) {
533 struct nlmsghdr *nh;
535 for (nh = (struct nlmsghdr *) buffer;
669 nlattr* NetlinkEvent::findNlAttr(const nlmsghdr* nh, size_t hdrlen, uint16_t attr)
    [all...]
  /device/google/cuttlefish_common/common/commands/wifi_relay/
mac80211_hwsim.cpp 208 void Mac80211HwSim::ackFrame(nlmsghdr *inMsg) {
314 std::unique_ptr<nlmsghdr, void (*)(nlmsghdr *)> msg(
315 reinterpret_cast<nlmsghdr *>(data),
316 [](nlmsghdr *hdr) { free(hdr); });
  /device/google/cuttlefish_common/common/libs/net/
netlink_request_test.cpp 68 size_t offset = sizeof(nlmsghdr);
75 // Note: Request begins with header (nlmsghdr). Header is not covered by this
86 nlmsghdr* header = static_cast<nlmsghdr*>(arg.RequestData());
283 sizeof(nlmsghdr) + sizeof(nlattr) + RTA_ALIGN(sizeof(kValue));
307 sizeof(nlmsghdr) + sizeof(nlattr) + RTA_ALIGN(sizeof(kValue));
  /external/iproute2/tc/
f_flower.c 85 struct nlmsghdr *n)
129 struct nlmsghdr *n)
200 __u8 *p_ip_proto, struct nlmsghdr *n)
239 struct nlmsghdr *n)
281 struct nlmsghdr *n)
306 struct nlmsghdr *n)
319 struct nlmsghdr *n)
389 struct nlmsghdr *n)
429 enum flower_icmp_field field, struct nlmsghdr *n)
461 struct nlmsghdr *n
    [all...]
m_action.c 76 static int parse_noaopt(struct action_util *au, int *argc_p, char ***argv_p, int code, struct nlmsghdr *n)
165 int parse_action(int *argc_p, char ***argv_p, int tca_id, struct nlmsghdr *n)
393 struct nlmsghdr *n,
456 struct nlmsghdr *ans = NULL;
459 struct nlmsghdr n;
558 struct nlmsghdr n;
599 struct nlmsghdr n;
653 msg_size = NLMSG_ALIGN(req.n.nlmsg_len) - NLMSG_ALIGN(sizeof(struct nlmsghdr));
q_dsmark.c 29 struct nlmsghdr *n)
88 struct nlmsghdr *n)
  /external/strace/
socketutils.c 121 const struct nlmsghdr nlh;
201 struct nlmsghdr hdr;
229 const struct nlmsghdr *h = &hdr_buf.hdr;
250 const struct nlmsghdr nlh;
350 const struct nlmsghdr nlh;
562 const struct nlmsghdr nlh;
  /device/generic/goldfish/wifi/wifi_hal/
netlink.cpp 199 if (data + sizeof(nlmsghdr) > end) {
203 auto header = reinterpret_cast<nlmsghdr*>(data);
  /external/libnetfilter_conntrack/include/internal/
object.h 32 int (*cb2)(const struct nlmsghdr *nlh,
42 int (*expect_cb2)(const struct nlmsghdr *nlh,
  /external/libnetfilter_conntrack/include/libnetfilter_conntrack/
libnetfilter_conntrack.h 273 int (*cb)(const struct nlmsghdr *nlh,
577 const struct nlmsghdr *nlh,
589 extern int nfct_nlmsg_build(struct nlmsghdr *nlh, const struct nf_conntrack *ct);
590 extern int nfct_nlmsg_parse(const struct nlmsghdr *nlh, struct nf_conntrack *ct);
643 int (*cb)(const struct nlmsghdr *nlh,
724 const struct nlmsghdr *nlh,
736 extern int nfexp_nlmsg_build(struct nlmsghdr *nlh, const struct nf_expect *exp);
737 extern int nfexp_nlmsg_parse(const struct nlmsghdr *nlh, struct nf_expect *exp);
  /external/libnetfilter_conntrack/src/expect/
parse.c 12 int __parse_expect_message_type(const struct nlmsghdr *nlh)
29 void __parse_expect(const struct nlmsghdr *nlh,

Completed in 2314 milliseconds

<<11121314151617181920>>