HomeSort by relevance Sort by last modified time
    Searched defs:np (Results 26 - 50 of 53) sorted by null

12 3

  /external/tcpdump/
print-lwres.c 300 const struct lwres_lwpacket *np; local
307 np = (const struct lwres_lwpacket *)bp;
308 TCHECK(np->authlength);
311 v = EXTRACT_16BITS(&np->version);
315 s = (const char *)np + EXTRACT_32BITS(&np->length);
319 response = EXTRACT_16BITS(&np->pktflags) & LWRES_LWPACKETFLAG_RESPONSE;
322 v = EXTRACT_32BITS(&np->opcode);
327 v = EXTRACT_16BITS(&np->pktflags);
333 printf("serial:0x%x", EXTRACT_32BITS(&np->serial))
    [all...]
isakmp.h 103 u_int8_t np; /* Next Payload Type */ member in struct:isakmp
153 u_int8_t np; /* Next Payload */ member in struct:isakmp_gen
print-isakmp.c 108 /* isakmp->np */
114 /* isakmp->np */
427 const u_char *cp, *np; local
458 np = (u_char *)ext + sizeof(sa);
463 np += sizeof(ident);
466 ext = (struct isakmp_gen *)np;
1181 isakmp_sub0_print(u_char np, const struct isakmp_gen *ext, const u_char *ep,
1202 if (NPFUNC(np)) {
1207 cp = (*npfunc[np])(ext, item_len, ep, phase, doi, proto, depth);
1209 printf("%s", NPSTR(np));
1286 u_char np; local
    [all...]
  /frameworks/base/libs/binder/
MemoryDealer.cpp 439 const char* errs[] = {"", "| link bogus NP",
440 "| link bogus PN", "| link bogus NP+PN" };
441 int np = ((cur->next) && cur->next->prev != cur) ? 1 : 0; local
448 errs[np|pn]);
  /external/fsck_msdos/
dir.c 173 char *cp, *np; local
179 np = dir->lname[0] ? dir->lname : dir->name;
180 nl = strlen(np);
183 memcpy(cp, np, nl);
279 struct dirTodoNode *p, *np; local
282 for (p = pendingDirectories; p; p = np) {
283 np = p->next;
  /external/ipsec-tools/src/racoon/
isakmp_cfg.c 145 int np; local
189 np = packet->np;
190 while ((tlen > 0) && (np != ISAKMP_NPTYPE_NONE)) {
205 plog(LLV_DEBUG, LOCATION, NULL, "Seen payload %d\n", np);
208 switch(np) {
255 "Unexpected next payload %d\n", np);
261 np = ph->np;
1113 isakmp_cfg_send(iph1, payload, np, flags, new_exchange
    [all...]
isakmp.c 605 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
651 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
681 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
735 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
753 if (isakmp->np == ISAKMP_NPTYPE_FRAG)
1422 u_char np = np0 & 0xff; local
1509 u_char np; local
    [all...]
isakmp.h 67 u_int8_t np; /* Next Payload Type */ member in struct:isakmp
158 u_int8_t np; /* Next Payload */ member in struct:isakmp_gen
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
alloca.c 183 register header *np = hp->h.next; local
187 hp = np; /* -> next header. */
  /system/core/sh/
jobs.c 1246 union node *np; local
1321 for (np = n->ncase.cases; np; np = np->nclist.next) {
1322 cmdtxt(np->nclist.pattern);
1324 cmdtxt(np->nclist.body);
1380 cmdlist(union node *np, int sep)
1382 for (; np; np = np->narg.next)
    [all...]
parser.c 1198 union node *np; local
1200 np = (union node *)stalloc(sizeof (struct nfile));
1202 np->nfile.fd = 1;
1205 np->type = NAPPEND;
1207 np->type = NCLOBBER;
1209 np->type = NTOFD;
1211 np->type = NTO;
1215 np->nfile.fd = 0;
1219 np = (union node *)stalloc(sizeof (struct nhere));
1220 np->nfile.fd = 0
    [all...]
  /bionic/libc/regex/
regcomp.c 1169 void *np; local
1172 np = realloc(cs->multis, cs->smultis);
1173 if (np == NULL) {
1180 cs->multis = np;
    [all...]
  /external/bluetooth/bluez/test/
hciemu.c 409 evt_num_comp_pkts *np; local
421 np = (void *) ptr; ptr += EVT_NUM_COMP_PKTS_SIZE;
422 np->num_hndl = 1;
  /external/chromium/third_party/icu/source/test/intltest/
transrt.cpp 1107 Transliterator *np = pn->createInverse(status); local
    [all...]
  /external/dropbear/
scp.c 835 char ch, *cp, *np, *targ, *why, *vect[1], buf[2048]; local
952 np = namebuf;
954 np = targ;
956 exists = stat(np, &stb) == 0;
967 (void) chmod(np, mode);
972 if (mkdir(np, mode | S_IRWXU) < 0)
975 vect[0] = xstrdup(np);
991 if ((ofd = open(np, O_WRONLY|O_CREAT, mode)) < 0) {
992 bad: run_err("%s: %s", np, strerror(errno));
1053 run_err("%s: truncate: %s", np, strerror(errno))
    [all...]
  /external/icu4c/test/intltest/
transrt.cpp 1101 Transliterator *np = pn->createInverse(status); local
    [all...]
  /external/netcat/
netcat.c 1130 register char * np; \/* net-in buf ptr *\/ local
    [all...]
  /external/srec/srec/include/
front.h 54 #define NP 1025
166 int np, ns, nf, lognp; member in struct:__anon7587
170 fftdata fcscl[NF+1], framp[NP+1];
  /external/dnsmasq/src/
option.c 672 struct dhcp_netid *np = NULL; local
727 new->netid->next = np;
728 np = new->netid;
    [all...]
  /external/libxml2/
xmlwriter.c 4306 xmlTextWriterNsStackEntry *np; local
    [all...]
  /external/ppp/pppd/
auth.c 2035 struct netent *np; local
    [all...]
main.c 1838 struct notifier *np; local
1859 struct notifier *np; local
1878 struct notifier *np; local
    [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java 636 String np = extractNetworkPortionAlt(phoneNumber); local
637 return internalGetStrippedReversed(np, MIN_MATCH);
649 String np = extractNetworkPortionAlt(phoneNumber); local
651 if (np == null) return null;
653 return internalGetStrippedReversed(np, np.length());
658 * Returns null if np == null
661 internalGetStrippedReversed(String np, int numDigits) {
662 if (np == null) return null;
665 int length = np.length()
    [all...]
  /external/elfutils/src/
readelf.c 4309 int *np = (int *) arg; local
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 2848 int np = p.readInt(); local
    [all...]

Completed in 822 milliseconds

12 3