HomeSort by relevance Sort by last modified time
    Searched defs:mhdr (Results 1 - 3 of 3) sorted by null

  /external/iputils/
ping6.c 1419 struct msghdr mhdr; local
    [all...]
  /external/toybox/toys/pending/
ip.c 100 static int filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **), char **);
548 struct nlmsghdr mhdr; member in struct:__anon40281
578 request.mhdr.nlmsg_len = NLMSG_LENGTH(sizeof(struct ifinfomsg));
579 request.mhdr.nlmsg_flags = NLM_F_REQUEST|NLM_F_ACK;
581 request.mhdr.nlmsg_flags |= NLM_F_CREATE|NLM_F_EXCL;
582 request.mhdr.nlmsg_type = RTM_NEWLINK;
584 request.mhdr.nlmsg_type = RTM_DELLINK;
588 attr = NLMSG_TAIL(&request.mhdr);
590 add_string_to_rtattr(&request.mhdr, sizeof(request),
592 add_string_to_rtattr(&request.mhdr, sizeof(request)
912 struct nlmsghdr mhdr; member in struct:__anon40282
1597 struct nlmsghdr* mhdr = (struct nlmsghdr*)toybuf; local
1621 struct nlmsghdr *mhdr; local
1673 struct nlmsghdr mhdr; member in struct:__anon40286
1728 struct nlmsghdr *mhdr = (struct nlmsghdr*)toybuf; local
1767 struct nlmsghdr mhdr; member in struct:__anon40287
2082 struct nlmsghdr mhdr; member in struct:__anon40290
2683 struct nlmsghdr *mhdr; local
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 240 ipc_msg_hdr mhdr[1]; member in struct:reply_state
375 reply->mhdr->version = VERSION;
376 reply->mhdr->datalen = (mDNSu32)datalen;
377 reply->mhdr->ipc_flags = 0;
378 reply->mhdr->op = op;
379 reply->mhdr->client_context = request->hdr.client_context;
380 reply->mhdr->reg_index = 0;
    [all...]

Completed in 80 milliseconds