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

1 2 3 4 5 6 7 8

  /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)
  /external/bison/lib/
unsetenv.c 60 char **ep; local
72 ep = __environ;
73 while (*ep != NULL)
74 if (!strncmp (*ep, name, len) && (*ep)[len] == '=')
77 char **dp = ep;
85 ++ep;
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
ppapi_plugin_start.c 34 char **ep = environ; local
35 while (*ep != NULL)
36 ++ep;
37 return (void *) (ep + 1);
  /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...]
  /bionic/libc/upstream-netbsd/libc/inet/
inet_ntop.c 134 char *tp, *ep; local
180 ep = tmp + sizeof(tmp);
191 if (tp + 1 >= ep)
200 if (!inet_ntop4(src+12, tp, (socklen_t)(ep - tp)))
205 advance = snprintf(tp, (size_t)(ep - tp), "%x", words[i]);
206 if (advance <= 0 || advance >= ep - tp)
213 if (tp + 1 >= ep)
217 if (tp + 1 >= ep)
  /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/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...]
  /external/chromium_org/third_party/openssl/openssl/crypto/asn1/
asn1_par.c 115 const unsigned char *p,*ep,*tot,*op,*opp; local
168 ep=p+len;
189 while (p < ep)
  /external/giflib/
gifalloc.c 223 ExtensionBlock *ep; local
235 ep = &(*ExtensionBlocks)[(*ExtensionBlockCount)++];
237 ep->Function = Function;
238 ep->ByteCount=Len;
239 ep->Bytes = (GifByteType *)malloc(ep->ByteCount);
240 if (ep->Bytes == NULL)
244 memcpy(ep->Bytes, ExtData, Len);
254 ExtensionBlock *ep; local
259 for (ep = *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/libppp/src/
async.c 107 u_char *cp, *sp, *ep; local
120 ep = cp + HDLCSIZE - 10;
127 if (cp >= ep) {
  /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...]
  /external/tcpdump/missing/
getnameinfo.c 231 char *ep = strchr(host, '\0'); local
235 *ep = SCOPE_DELIMITER;
236 if ((if_indextoname(ifindex, ep + 1)) == NULL)
238 strncpy(ep + 1, "???", 3);

Completed in 466 milliseconds

1 2 3 4 5 6 7 8