Searched refs:ep (Results 1 - 25 of 135) sorted by relevance

123456

/external/tcpdump/
H A Dprint-openflow.c54 of_header_body_print(const u_char *cp, const u_char *ep) { argument
59 if (ep < cp + OF_HEADER_LEN)
90 return of10_header_body_print(cp, ep, type, length, xid);
99 TCHECK2(*cp, ep - cp);
100 return ep;
103 return ep;
110 const u_char *ep = cp + len; local
113 while (cp < ep)
114 cp = of_header_body_print(cp, ep);
H A Dprint-ah.c47 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)
H A Dprint-zeromq.c78 zmtp1_print_frame(const u_char *cp, const u_char *ep) { argument
105 body_len_captured = ep - cp - header_len;
137 return ep;
142 const u_char *ep = MIN(snapend, cp + len); local
145 while (cp < ep)
146 cp = zmtp1_print_frame(cp, ep);
209 const u_char *ep = MIN(snapend, cp + len); local
212 while (cp < ep)
213 cp = zmtp1_print_frame(cp, ep);
H A Dprint-ipcomp.c54 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)) {
H A Dprint-dvmrp.c78 register const u_char *ep; local
81 ep = (const u_char *)snapend;
82 if (bp >= ep)
97 if (print_probe(bp, ep, len) < 0)
105 if (print_report(bp, ep, len) < 0)
116 if (print_neighbors(bp, ep, len) < 0)
135 if (print_neighbors2(bp, ep, len) < 0)
169 print_report(register const u_char *bp, register const u_char *ep, argument
195 if (bp + width + 1 > ep) {
226 print_probe(register const u_char *bp, register const u_char *ep, argument
259 print_neighbors(register const u_char *bp, register const u_char *ep, register u_int len) argument
290 print_neighbors2(register const u_char *bp, register const u_char *ep, register u_int len) argument
[all...]
H A Dprint-ether.c98 register const struct ether_header *ep; local
101 ep = (const struct ether_header *)bp;
104 etheraddr_string(ESRC(ep)),
105 etheraddr_string(EDST(ep))));
107 ether_type = EXTRACT_16BITS(&ep->ether_type);
136 struct ether_header *ep; local
155 ep = (struct ether_header *)p;
158 ether_type = EXTRACT_16BITS(&ep->ether_type);
166 if (llc_print(p, length, caplen, ESRC(ep), EDST(ep),
[all...]
H A Dprint-pim.c210 register const u_char *ep; local
213 ep = (const u_char *)snapend;
214 if (bp >= ep)
418 register const u_char *ep; local
421 ep = (const u_char *)snapend;
422 if (bp >= ep)
623 register const u_char *ep; local
627 ep = (const u_char *)snapend;
628 if (bp >= ep)
630 if (ep > b
[all...]
H A Dprint-openflow-1.0.c615 of10_data_print(const u_char *cp, const u_char *ep, const u_int len) { argument
627 return ep;
632 of10_vendor_data_print(const u_char *cp, const u_char *ep, const u_int len) { argument
640 return of10_data_print(cp, ep, len - 4);
648 return ep;
652 of10_packet_data_print(const u_char *cp, const u_char *ep, const u_int len) { argument
668 return ep;
673 of10_phy_ports_print(const u_char *cp, const u_char *ep, u_int len) { argument
741 return ep;
746 of10_queue_props_print(const u_char *cp, const u_char *ep, u_in argument
820 of10_queues_print(const u_char *cp, const u_char *ep, u_int len) argument
866 of10_match_print(const char *pfx, const u_char *cp, const u_char *ep) argument
968 of10_actions_print(const char *pfx, const u_char *cp, const u_char *ep, u_int len) argument
1133 of10_features_reply_print(const u_char *cp, const u_char *ep, const u_int len) argument
1169 of10_flow_mod_print(const u_char *cp, const u_char *ep, const u_int len) argument
1225 of10_port_mod_print(const u_char *cp, const u_char *ep) argument
1260 of10_stats_request_print(const u_char *cp, const u_char *ep, u_int len) argument
1342 of10_desc_stats_reply_print(const u_char *cp, const u_char *ep, const u_int len) argument
1387 of10_flow_stats_reply_print(const u_char *cp, const u_char *ep, u_int len) argument
1466 of10_aggregate_stats_reply_print(const u_char *cp, const u_char *ep, const u_int len) argument
1497 of10_table_stats_reply_print(const u_char *cp, const u_char *ep, u_int len) argument
1554 of10_port_stats_reply_print(const u_char *cp, const u_char *ep, u_int len) argument
1637 of10_queue_stats_reply_print(const u_char *cp, const u_char *ep, u_int len) argument
1683 of10_stats_reply_print(const u_char *cp, const u_char *ep, const u_int len) argument
1721 of10_packet_out_print(const u_char *cp, const u_char *ep, const u_int len) argument
1757 of10_packet_in_print(const u_char *cp, const u_char *ep, const u_int len) argument
1788 of10_flow_removed_print(const u_char *cp, const u_char *ep) argument
1840 of10_error_print(const u_char *cp, const u_char *ep, const u_int len) argument
1870 of10_header_body_print(const u_char *cp, const u_char *ep, const uint8_t type, const uint16_t len, const uint32_t xid) argument
[all...]
H A Dprint-rrcp.c91 register const struct ether_header *ep; local
95 ep = (const struct ether_header *)cp;
103 etheraddr_string(ESRC(ep)),
104 etheraddr_string(EDST(ep)),
H A Dprint-rt6.c48 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)
H A Dprint-atalk.c387 const u_char *ep; local
400 /* ep points to end of available data */
401 ep = snapend;
402 if ((const u_char *)tp > ep) {
412 if ((const u_char *)(tp + 1) > ep) {
416 (void)nbp_name_print(tp, ep);
438 tp = nbp_tuple_print(tp, ep, snet, snode, skt);
450 print_cstring(register const char *cp, register const u_char *ep) argument
454 if (cp >= (const char *)ep) {
466 if (cp >= (const char *)ep) {
476 nbp_tuple_print(register const struct atNBPtuple *tp, register const u_char *ep, register u_short snet, register u_char snode, register u_char skt) argument
506 nbp_name_print(const struct atNBPtuple *tp, register const u_char *ep) argument
[all...]
H A Dprint-icmp6.c186 const u_int8_t *ep, *q; local
189 ep = p + l;
190 while (l > 0 && q < ep) {
311 const u_char *ep; local
317 /* 'ep' points to the end of available data. */
318 ep = snapend;
531 icmp6_rrenum_print(bp, ep);
535 icmp6_nodeinfo_print(length, bp, ep);
597 const u_char *ep; local
606 /* 'ep' point
679 const u_char *cp, *ep, *domp; local
824 const u_char *ep; local
961 dnsname_print(const u_char *cp, const u_char *ep) argument
997 icmp6_nodeinfo_print(u_int icmp6len, const u_char *bp, const u_char *ep) argument
1246 icmp6_rrenum_print(const u_char *bp, const u_char *ep) argument
[all...]
H A Dprint-isakmp.c126 const u_char *ep, u_int32_t phase,
229 if (ep < (u_char *)(p)) { \
438 const u_char *cp, const u_char *ep)
441 const u_char *end = ep - 20;
443 int len = ep - cp;
451 elen = ep - end;
475 const u_char *p, const u_char *ep,
485 if (ep < p + totlen) {
487 return ep + 1;
512 ikev1_attr_print(netdissect_options *ndo, const u_char *p, const u_char *ep) argument
437 ike_show_somedata(struct netdissect_options *ndo, const u_char *cp, const u_char *ep) argument
474 ikev1_attrmap_print(netdissect_options *ndo, const u_char *p, const u_char *ep, const struct attrmap *map, size_t nmap) argument
542 ikev1_sa_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0, int depth) argument
602 ikev1_p_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
765 ikev1_t_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto, int depth _U_) argument
1183 ikev1_n_print(netdissect_options *ndo, u_char tpay _U_, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase, u_int32_t doi0 _U_, u_int32_t proto0 _U_, int depth) argument
1427 ikev2_t_print(netdissect_options *ndo, u_char tpay _U_, int pcount, const struct isakmp_gen *ext, u_int item_len, const u_char *ep, u_int32_t phase _U_, u_int32_t doi _U_, u_int32_t proto _U_, int depth _U_) argument
1505 ikev2_p_print(netdissect_options *ndo, u_char tpay _U_, int pcount _U_, const struct isakmp_gen *ext, u_int item_len _U_, const u_char *ep, u_int32_t phase, u_int32_t doi0, u_int32_t proto0 _U_, int depth) argument
2118 ike_sub0_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2159 ikev1_sub_print(netdissect_options *ndo, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2213 const u_char *ep; local
2282 ikev2_sub0_print(netdissect_options *ndo, struct isakmp *base, u_char np, int pcount, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2333 ikev2_sub_print(netdissect_options *ndo, struct isakmp *base, u_char np, const struct isakmp_gen *ext, const u_char *ep, u_int32_t phase, u_int32_t doi, u_int32_t proto, int depth) argument
2383 const u_char *ep; local
2442 const u_char *ep; local
[all...]
/external/bison/lib/
H A Dunsetenv.c60 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/openssh/openbsd-compat/
H A Dstrtonum.c38 char *ep; local
55 ll = strtoll(numstr, &ep, 10);
56 if (numstr == ep || *ep != '\0')
H A Dinet_ntop.c118 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...]
H A Dmktemp.c49 char *start, *cp, *ep; local
61 ep = path + len - slen;
64 for (start = ep; start > path && start[-1] == 'X'; start--) {
71 for (cp = start; cp != ep; cp++) {
/external/lzma/CPP/7zip/Compress/
H A DLzmaEncoder.cpp76 HRESULT SetLzmaProp(PROPID propID, const PROPVARIANT &prop, CLzmaEncProps &ep) argument
82 return ParseMatchFinder(prop.bstrVal, &ep.btMode, &ep.numHashBytes) ? S_OK : E_INVALIDARG;
89 case NCoderPropID::kNumFastBytes: ep.fb = v; break;
90 case NCoderPropID::kMatchFinderCycles: ep.mc = v; break;
91 case NCoderPropID::kAlgorithm: ep.algo = v; break;
92 case NCoderPropID::kDictionarySize: ep.dictSize = v; break;
93 case NCoderPropID::kPosStateBits: ep.pb = v; break;
94 case NCoderPropID::kLitPosBits: ep.lp = v; break;
95 case NCoderPropID::kLitContextBits: ep
[all...]
/external/linux-tools-perf/src/tools/perf/util/
H A Dstrfilter.c77 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;
76 strfilter_node__new(const char *s, const char **ep) argument
/external/openssh/
H A Dmd5crypt.c54 static const char *sp, *ep; local
68 for (ep = sp; *ep != '$'; ep++) {
69 if (*ep == '\0' || ep >= (sp + 8))
74 sl = ep - sp;
/external/giflib/
H A Dgifalloc.c223 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
[all...]
/external/iputils/
H A Diputils.spec72 %attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/clockdiff
74 %attr(0755,root,root) %caps(cap_net_raw=ep) %{_sbindir}/arping
76 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping
78 %attr(0755,root,root) %caps(cap_net_raw=ep cap_net_admin=ep) %{_bindir}/ping6
/external/libpng/contrib/tools/
H A Dcvtcolor.c36 char *ep; local
37 unsigned long c = strtoul(arg, &ep, 0);
39 if (ep <= arg || *ep || c > 65535 || (issRGB && c > 255))
/external/libpcap/
H A Doptimize.c263 propedom(struct edge *ep) argument
265 SET_INSERT(ep->edom, ep->id);
266 if (ep->succ) {
267 SET_INTERSECT(ep->succ->et.edom, ep->edom, edgewords);
268 SET_INTERSECT(ep->succ->ef.edom, ep->edom, edgewords);
1267 fold_edge(struct block *child, struct edge *ep) argument
1271 int code = ep
1319 opt_j(struct edge *ep) argument
1379 struct edge *ep; local
1471 struct edge *ep; local
[all...]
/external/mksh/src/
H A Dmain.c909 struct env *ep; local
918 ep = (void *)(cp - ALLOC_SIZE);
920 ainit(&ep->area);
921 ep->oenv = e;
922 ep->loc = e->loc;
923 ep->savefd = NULL;
924 ep->temps = NULL;
925 ep->yyrecursive_statep = NULL;
926 ep->type = type;
927 ep
935 struct env *ep = e; local
1021 struct env *ep; local
1053 struct env *ep; local
[all...]

Completed in 572 milliseconds

123456