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

1 2 3 4

  /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)
print-dvmrp.c 78 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,
195 if (bp + width + 1 > ep) {
226 print_probe(register const u_char *bp, register const u_char *ep,
    [all...]
  /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/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_ah.c 34 char* ep; local
36 spi = strtoul(spistr, &ep, 0);
38 if ( spistr == ep )
47 if ( *spistr != '\0' && *ep != '\0' )
libip6t_esp.c 30 char* ep; local
32 spi = strtoul(spistr, &ep, 0);
34 if ( spistr == ep ) {
42 if ( *spistr != '\0' && *ep != '\0' ) {
libip6t_frag.c 40 char* ep; local
42 id = strtoul(idstr, &ep, 0);
44 if ( idstr == ep ) {
53 if ( *idstr != '\0' && *ep != '\0' ) {
libipt_ah.c 31 char* ep; local
33 spi = strtoul(spistr,&ep,0) ;
35 if ( spistr == ep ) {
43 if ( *spistr != '\0' && *ep != '\0' ) {
libipt_esp.c 31 char* ep; local
33 spi = strtoul(spistr,&ep,0) ;
35 if ( spistr == ep ) {
43 if ( *spistr != '\0' && *ep != '\0' ) {
libip6t_dst.c 45 char* ep; local
47 id = strtoul(idstr, &ep, 0);
49 if ( idstr == ep ) {
58 if ( *idstr != '\0' && *ep != '\0' ) {
libip6t_hbh.c 52 char* ep; local
54 id = strtoul(idstr,&ep,0) ;
56 if ( idstr == ep ) {
65 if ( *idstr != '\0' && *ep != '\0' ) {
libip6t_rt.c 46 char* ep; local
48 id = strtoul(idstr,&ep,0) ;
50 if ( idstr == ep ) {
59 if ( *idstr != '\0' && *ep != '\0' ) {
  /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)
  /external/dhcpcd/
configure.c 88 char **env = NULL, **ep; local
161 ep = env;
162 while (*ep)
163 free(*ep++);
  /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 2738 milliseconds

1 2 3 4