HomeSort by relevance Sort by last modified time
    Searched defs:ep (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/tcpdump/
print-ah.c 47 register const u_char *ep; local
52 ep = snapend; /* 'ep' points to the end of available data. */
63 if (bp + sizeof(struct ah) + sumlen > ep)
print-ether.c 82 register const struct ether_header *ep; local
83 ep = (const struct ether_header *)bp;
86 etheraddr_string(ESRC(ep)),
87 etheraddr_string(EDST(ep)));
90 if (ntohs(ep->ether_type) <= ETHERMTU)
94 tok2str(ethertype_values,"Unknown", ntohs(ep->ether_type)),
95 ntohs(ep->ether_type));
97 if (ntohs(ep->ether_type) <= ETHERMTU)
100 (void)printf(", %s", tok2str(ethertype_values,"Unknown Ethertype (0x%04x)", ntohs(ep->ether_type)));
109 struct ether_header *ep; local
    [all...]
print-ipcomp.c 54 register const u_char *ep; local
63 /* 'ep' points to the end of available data. */
64 ep = snapend;
66 if ((u_char *)(ipcomp + 1) >= ep - sizeof(struct ipcomp)) {
print-lane.c 66 register const struct lecdatahdr_8023 *ep; local
68 ep = (const struct lecdatahdr_8023 *)bp;
71 EXTRACT_16BITS(&ep->le_header),
72 etheraddr_string(ep->h_source),
73 etheraddr_string(ep->h_dest),
77 EXTRACT_16BITS(&ep->le_header),
78 etheraddr_string(ep->h_source),
79 etheraddr_string(ep->h_dest),
80 etherproto_string(ep->h_type),
96 struct lecdatahdr_8023 *ep; local
    [all...]
print-rt6.c 48 register const u_char *ep; local
55 /* 'ep' points to the end of available data. */
56 ep = snapend;
86 if ((u_char *)(addr + 1) > ep)
  /bionic/libc/inet/
inet_ntop.c 104 char *tp, *ep; local
147 ep = tmp + sizeof(tmp);
148 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) {
153 if (tp + 1 >= ep)
161 if (tp + 1 >= ep)
168 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
173 advance = snprintf(tp, ep - tp, "%x", words[i]);
174 if (advance <= 0 || advance >= ep - tp)
180 if (tp + 1 >= ep)
184 if (tp + 1 >= ep)
    [all...]
  /bionic/libc/netbsd/resolv/
res_mkquery.c 128 register u_char *cp, *ep; local
151 ep = buf + buflen;
162 if (ep - cp < QFIXEDSZ)
164 if ((n = dn_comp(dname, cp, ep - cp - QFIXEDSZ, dnptrs,
178 if ((ep - cp) < RRFIXEDSZ)
180 n = dn_comp((const char *)data, cp, ep - cp - RRFIXEDSZ,
200 if (ep - cp < 1 + RRFIXEDSZ + datalen)
238 register u_char *cp, *ep; local
248 ep = buf + buflen;
250 if ((ep - cp) < 1 + RRFIXEDSZ
    [all...]
  /external/openssh/openbsd-compat/
strtonum.c 38 char *ep; local
55 ll = strtoll(numstr, &ep, 10);
56 if (numstr == ep || *ep != '\0')
inet_ntop.c 118 char *tp, *ep; local
159 ep = tmp + sizeof(tmp);
160 for (i = 0; i < (IN6ADDRSZ / INT16SZ) && tp < ep; i++) {
165 if (tp + 1 >= ep)
173 if (tp + 1 >= ep)
180 if (!inet_ntop4(src+12, tp, (size_t)(ep - tp)))
185 advance = snprintf(tp, ep - tp, "%x", words[i]);
186 if (advance <= 0 || advance >= ep - tp)
192 if (tp + 1 >= ep)
196 if (tp + 1 >= ep)
    [all...]
  /external/bluetooth/glib/gio/
gvfs.c 180 GIOExtensionPoint *ep; local
189 ep = g_io_extension_point_lookup (G_VFS_EXTENSION_POINT_NAME);
193 extension = g_io_extension_point_get_extension_by_name (ep, use_this);
205 for (l = g_io_extension_point_get_extensions (ep); l != NULL; l = l->next)
glocalfilemonitor.c 137 GIOExtensionPoint *ep; local
142 ep = g_io_extension_point_lookup (G_LOCAL_FILE_MONITOR_EXTENSION_POINT_NAME);
144 extensions = g_io_extension_point_get_extensions (ep);
glocaldirectorymonitor.c 213 GIOExtensionPoint *ep; local
218 ep = g_io_extension_point_lookup (G_LOCAL_DIRECTORY_MONITOR_EXTENSION_POINT_NAME);
220 extensions = g_io_extension_point_get_extensions (ep);
  /external/iptables/extensions/
libip6t_dst.c 35 char* ep; local
37 id = strtoul(idstr, &ep, 0);
39 if ( idstr == ep ) {
48 if ( *idstr != '\0' && *ep != '\0' ) {
libip6t_hbh.c 37 char* ep; local
39 id = strtoul(idstr,&ep,0) ;
41 if ( idstr == ep ) {
50 if ( *idstr != '\0' && *ep != '\0' ) {
  /external/linux-tools-perf/util/
strfilter.c 77 const char **ep)
141 *ep = s;
146 *ep = s;
153 * Return NULL if fail, and *ep == NULL if memory allocation failed.
158 const char *ep = NULL; local
161 ret->root = strfilter_node__new(rules, &ep);
163 if (!ret || !ret->root || *ep != '\0') {
165 *err = ep;
  /external/openssh/
md5crypt.c 54 static const char *sp, *ep; local
68 for (ep = sp; *ep != '$'; ep++) {
69 if (*ep == '\0' || ep >= (sp + 8))
74 sl = ep - sp;
auth2-pubkey.c 204 char line[SSH_MAX_PUBKEY_BYTES], *cp, *ep, *line_opts; local
219 if ((ep = strchr(cp, '#')) != NULL)
220 *ep = '\0';
224 ep = cp + strlen(cp) - 1;
225 while (ep > cp && (*ep == '\n' || *ep == ' ' || *ep == '\t'))
226 *ep-- = '\0';
232 if ((ep = strrchr(cp, ' ')) != NULL |
    [all...]
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/sources/
SdkAddonSourceTest.java 209 ExtraPackage ep = (ExtraPackage) p; local
210 extraPaths.add(ep.getPath());
211 extraVendors.add(ep.getVendorId() + "/" + ep.getVendorDisplay());
212 extraInstall.add(ep.getInstallFolder(osSdkPath, sdkManager));
303 ExtraPackage ep = (ExtraPackage) p; local
304 extraPaths.add(ep.getPath());
305 extraVendors.add(ep.getVendorId() + "/" + ep.getVendorDisplay());
306 extraInstall.add(ep.getInstallFolder(osSdkPath, sdkManager));
398 ExtraPackage ep = (ExtraPackage) p; local
529 ExtraPackage ep = (ExtraPackage) p; local
    [all...]
SdkRepoSourceTest.java 270 ExtraPackage ep = (ExtraPackage) p; local
271 extraPaths.add(ep.getPath());
272 extraVendors.add(ep.getVendorId() + "/" + ep.getVendorDisplay());
273 extraInstall.add(ep.getInstallFolder(osSdkPath, sdkManager));
350 ExtraPackage ep = (ExtraPackage) p; local
351 extraPaths.add(ep.getPath());
352 extraVendors.add(ep.getVendorId() + "/" + ep.getVendorDisplay());
353 extraInstall.add(ep.getInstallFolder(osSdkPath, sdkManager));
428 ExtraPackage ep = (ExtraPackage) p; local
525 ExtraPackage ep = (ExtraPackage) p; local
646 ExtraPackage ep = (ExtraPackage) p; local
798 ExtraPackage ep = (ExtraPackage) p; local
    [all...]
  /external/giflib/
gifalloc.c 255 ExtensionBlock *ep; local
267 ep = &New->ExtensionBlocks[New->ExtensionBlockCount++];
269 ep->ByteCount=Len;
270 ep->Bytes = (char *)malloc(ep->ByteCount);
271 if (ep->Bytes == NULL)
275 memcpy(ep->Bytes, ExtData, Len);
276 ep->Function = New->Function;
285 ExtensionBlock *ep; local
290 for (ep = Image->ExtensionBlocks
    [all...]
  /external/libpcap/
pcap-nit.c 103 register u_char *bp, *cp, *ep; local
127 ep = bp + cc;
128 while (bp < ep) {
143 p->cc = ep - bp;
185 p->cc = ep - bp;
pcap-snit.c 117 register u_char *bp, *cp, *ep; local
142 ep = bp + cc;
143 while (bp < ep) {
159 p->cc = ep - bp;
197 p->cc = ep - bp;
  /external/openssl/crypto/asn1/
asn1_par.c 115 const unsigned char *p,*ep,*tot,*op,*opp; local
168 ep=p+len;
189 while (p < ep)
  /packages/apps/Email/tests/src/com/android/email/
DBTestHelper.java 235 final EmailProvider ep = new EmailProvider(); local
236 ep.attachInfo(providerContext, null);
237 resolver.addProvider(EmailContent.AUTHORITY, ep);
  /device/google/accessory/arduino/AndroidAccessory/
AndroidAccessory.cpp 148 EP_RECORD *ep; local
162 ep = inEp;
164 ep = outEp;
166 ep = NULL;
168 if (ep) {
169 ep->epAddr = epDesc->bEndpointAddress & 0x7f;
170 ep->Attr = epDesc->bmAttributes;
171 ep->MaxPktSize = epDesc->wMaxPacketSize;
172 ep->sndToggle = bmSNDTOG0;
173 ep->rcvToggle = bmRCVTOG0
    [all...]

Completed in 840 milliseconds

1 2 3 4 5 6