Searched defs:mhdr (Results 1 - 3 of 3) sorted by relevance

/external/iputils/
H A Dping6.c1419 struct msghdr mhdr; local
1425 memset(&mhdr, 0, sizeof(mhdr));
1426 mhdr.msg_name = &whereto;
1427 mhdr.msg_namelen = sizeof(struct sockaddr_in6);
1428 mhdr.msg_iov = &iov;
1429 mhdr.msg_iovlen = 1;
1430 mhdr.msg_control = cmsgbuf;
1431 mhdr.msg_controllen = cmsglen;
1433 cc = sendmsg(icmp_sock, &mhdr, confir
[all...]
/external/toybox/toys/pending/
H A Dip.c100 static int filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **), char **);
548 struct nlmsghdr mhdr; member in struct:__anon26960
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, sizeo
893 display_link_info(struct nlmsghdr *mhdr, char **argv) argument
912 struct nlmsghdr mhdr; member in struct:__anon26961
1463 display_route_info(struct nlmsghdr *mhdr, char **argv) argument
1597 struct nlmsghdr* mhdr = (struct nlmsghdr*)toybuf; local
1621 struct nlmsghdr *mhdr; local
1673 struct nlmsghdr mhdr; member in struct:__anon26965
1728 struct nlmsghdr *mhdr = (struct nlmsghdr*)toybuf; local
1767 struct nlmsghdr mhdr; member in struct:__anon26966
2082 struct nlmsghdr mhdr; member in struct:__anon26969
2217 show_rules(struct nlmsghdr *mhdr, char **argv __attribute__ ((__unused__))) argument
2679 filter_nlmesg(int (*fun)(struct nlmsghdr *mhdr, char **argv), char **argv) argument
2683 struct nlmsghdr *mhdr; local
[all...]
/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c240 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;
903 reply->mhdr->client_context = re->regrec_client_context;
4645 ConvertHeaderBytes(rep->mhdr);
4646 nwriten = send(req->sd, (char *)&rep->mhdr
[all...]

Completed in 168 milliseconds