Searched refs:ndp (Results 1 - 6 of 6) sorted by relevance

/external/libpcap/
H A Dpcap-snit.c129 register struct nit_ifdrops *ndp; local
183 ndp = (struct nit_ifdrops *)cp;
184 psn->stat.ps_drop = ndp->nh_drops;
185 cp += sizeof *ndp;
/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c2823 FT_Byte* ndp = table + nondefOff; local
2824 FT_ULong numMappings = TT_NEXT_ULONG( ndp );
2828 if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) )
2833 FT_ULong uni = TT_NEXT_UINT24( ndp );
2834 FT_ULong gid = TT_NEXT_USHORT( ndp );
/external/freetype/src/sfnt/
H A Dttcmap.c2848 FT_Byte* ndp = table + nondefOff; local
2849 FT_ULong numMappings = TT_NEXT_ULONG( ndp );
2853 if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) )
2858 FT_ULong uni = TT_NEXT_UINT24( ndp );
2859 FT_ULong gid = TT_NEXT_USHORT( ndp );
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c2823 FT_Byte* ndp = table + nondefOff; local
2824 FT_ULong numMappings = TT_NEXT_ULONG( ndp );
2828 if ( numMappings * 4 > (FT_ULong)( valid->limit - ndp ) )
2833 FT_ULong uni = TT_NEXT_UINT24( ndp );
2834 FT_ULong gid = TT_NEXT_USHORT( ndp );
/external/mdnsresponder/mDNSCore/
H A DmDNS.c10264 mDNSlocal const mDNSEthAddr *GetLinkLayerAddressOption(const IPv6NDP *const ndp, const mDNSu8 *const end, mDNSu8 op)
10266 const mDNSu8 *options = (mDNSu8 *)(ndp+1);
10278 const IPv6NDP *const ndp, const mDNSu8 *const end, const mDNSInterfaceID InterfaceID)
10287 if (ndp->type == NDP_Sol)
10289 //const mDNSEthAddr *const sha = GetLinkLayerAddressOption(ndp, end, NDP_SrcLL);
10293 rr->AddressProxy.type == mDNSAddrType_IPv6 && mDNSSameIPv6Address(rr->AddressProxy.ip.v6, ndp->target))
10305 intf->ifname, msg, sha, spa, &ndp->target, &rr->WakeUp.HMAC, &rr->WakeUp.IMAC, ARDisplayString(m, rr));
10312 else if (msg == msg4) SendNDP(m, NDP_Adv, NDP_Solicited, rr, &ndp->target, mDNSNULL, spa, sha );
10313 else if (msg == msg5) SendNDP(m, NDP_Adv, 0, rr, &ndp->target, mDNSNULL, &AllHosts_v6, &AllHosts_v6_Eth);
10319 debugf("NDP from self for %.16a", &ndp
10277 mDNSCoreReceiveRawND(mDNS *const m, const mDNSEthAddr *const sha, const mDNSv6Addr *spa, const IPv6NDP *const ndp, const mDNSu8 *const end, const mDNSInterfaceID InterfaceID) argument
[all...]
H A DmDNSEmbeddedAPI.h607 IPv6NDP ndp; member in union:__anon26792

Completed in 935 milliseconds