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

  /external/syslinux/gpxe/src/net/
ndp.c 7 #include <gpxe/ndp.h>
49 struct ndp_entry *ndp; local
51 for ( ndp = ndp_table ; ndp < ndp_table_end ; ndp++ ) {
52 if ( IP6_EQUAL ( ( *in6 ), ndp->in6 ) &&
53 ( ndp->state != NDP_STATE_INVALID ) ) {
54 return ndp;
61 * Add NDP entry
71 struct ndp_entry *ndp; local
105 struct ndp_entry *ndp; local
152 struct ndp_entry *ndp; local
    [all...]
  /external/freetype/src/base/
fthash.c 111 FT_Hashnode* ndp; local
116 ndp = bp + ( res % hash->size );
117 while ( *ndp )
119 if ( (hash->compare)( &(*ndp)->key, &key ) )
122 ndp--;
123 if ( ndp < bp )
124 ndp = bp + ( hash->size - 1 );
127 return ndp;
  /external/libpcap/
pcap-snit.c 124 register struct nit_ifdrops *ndp; local
178 ndp = (struct nit_ifdrops *)cp;
179 psn->stat.ps_drop = ndp->nh_drops;
180 cp += sizeof *ndp;
  /external/freetype/src/sfnt/
ttcmap.c 3075 FT_Byte* ndp = table + nondefOff; local
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 2994 FT_Byte* ndp = table + nondefOff; local
    [all...]
  /external/mdnsresponder/mDNSCore/
mDNSEmbeddedAPI.h 618 IPv6NDP ndp; member in union:__anon26947
    [all...]

Completed in 126 milliseconds