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

  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
socket.h 300 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr (mhdr, cmsg)
301 #define CMSG_FIRSTHDR(mhdr) \
302 ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) \
303 ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
socket.h 300 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr (mhdr, cmsg)
301 #define CMSG_FIRSTHDR(mhdr) \
302 ((size_t) (mhdr)->msg_controllen >= sizeof (struct cmsghdr) \
303 ? (struct cmsghdr *) (mhdr)->msg_control : (struct cmsghdr *) 0)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
socket.h 501 #define CMSG_NXTHDR(mhdr, cmsg) \
504 (((__caddr_t)(mhdr)->msg_control) + (mhdr)->msg_controllen)) ? \
513 #define CMSG_FIRSTHDR(mhdr) \
514 ((mhdr)->msg_controllen >= sizeof(struct cmsghdr) ? \
515 (struct cmsghdr *)(mhdr)->msg_control : \
  /bionic/libc/include/sys/
socket.h 105 #define CMSG_NXTHDR(mhdr, cmsg) __cmsg_nxthdr((mhdr), (cmsg))
113 #define CMSG_OK(mhdr, cmsg) ((cmsg)->cmsg_len >= sizeof(struct cmsghdr) && (cmsg)->cmsg_len <= (unsigned long) ((mhdr)->msg_controllen - ((char*)(cmsg) - (char*)(mhdr)->msg_control)))
  /external/iputils/
ping6.c 1419 struct msghdr mhdr; local
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
type.go 345 mhdr []imethod
617 if len(it.mhdr) != len(iv.mhdr) {
620 for i := range it.mhdr {
621 tm := &it.mhdr[i]
622 vm := &iv.mhdr[i]
623 // Note the mhdr array can be relocated from
iface.go 34 if len(inter.mhdr) == 0 {
43 name := inter.typ.nameOff(inter.mhdr[0].name)
66 m = (*itab)(persistentalloc(unsafe.Sizeof(itab{})+uintptr(len(inter.mhdr)-1)*sys.PtrSize, 0, &memstats.other_sys))
186 ni := len(inter.mhdr)
192 i := &inter.mhdr[k]
mfinal.go 213 if len(ityp.mhdr) != 0 {
397 if len(ityp.mhdr) == 0 {
  /prebuilts/go/linux-x86/src/runtime/
type.go 345 mhdr []imethod
617 if len(it.mhdr) != len(iv.mhdr) {
620 for i := range it.mhdr {
621 tm := &it.mhdr[i]
622 vm := &iv.mhdr[i]
623 // Note the mhdr array can be relocated from
iface.go 34 if len(inter.mhdr) == 0 {
43 name := inter.typ.nameOff(inter.mhdr[0].name)
66 m = (*itab)(persistentalloc(unsafe.Sizeof(itab{})+uintptr(len(inter.mhdr)-1)*sys.PtrSize, 0, &memstats.other_sys))
186 ni := len(inter.mhdr)
192 i := &inter.mhdr[k]
mfinal.go 213 if len(ityp.mhdr) != 0 {
397 if len(ityp.mhdr) == 0 {
  /external/valgrind/include/vki/
vki-darwin.h 204 #define VKI_CMSG_FIRSTHDR(mhdr) CMSG_FIRSTHDR(mhdr)
205 #define VKI_CMSG_NXTHDR(mhdr, cmsg) CMSG_NXTHDR(mhdr, cmsg)
vki-solaris.h     [all...]
vki-linux.h 656 #define VKI_CMSG_NXTHDR(mhdr, cmsg) vki_cmsg_nxthdr((mhdr), (cmsg))
    [all...]
  /external/python/cpython2/Lib/plat-linux2/
IN.py 433 def CMSG_FIRSTHDR(mhdr): return \
  /prebuilts/gdb/linux-x86/lib/python2.7/plat-linux2/
IN.py 433 def CMSG_FIRSTHDR(mhdr): return \
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py 433 def CMSG_FIRSTHDR(mhdr): return \
  /external/python/cpython2/Lib/plat-atheos/
IN.py 451 def CMSG_FIRSTHDR(mhdr): return \
  /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 509 milliseconds