Searched refs:eb_ptr (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/tipc/
H A Deth_media.c102 struct eth_bearer *eb_ptr = (struct eth_bearer *)pt->af_packet_priv; local
110 if (likely(eb_ptr->bearer)) {
116 tipc_recv_msg(buf, eb_ptr->bearer);
133 struct eth_bearer *eb_ptr = &eth_bearers[0]; local
150 for (;(eb_ptr != stop) && eb_ptr->dev && (eb_ptr->dev != dev); eb_ptr++);
151 if (eb_ptr == stop)
153 if (!eb_ptr
199 struct eth_bearer *eb_ptr = &eth_bearers[0]; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/cmsmvs/
H A Dcmsmvs.c232 char *eb_ptr; local
259 eb_ptr = z->cextra = z->extra;
276 *(eb_ptr) = EF_VMCMS & 0xFF;
277 *(eb_ptr+1) = EF_VMCMS >> 8;
279 *(eb_ptr) = EF_MVS & 0xFF;
280 *(eb_ptr+1) = EF_MVS >> 8;
282 *(eb_ptr+2) = sizeof(fdata) & 0xFF;
283 *(eb_ptr+3) = sizeof(fdata) >> 8;
285 memcpy(eb_ptr+EB_HEADSIZE,&fdata,sizeof(fdata));
288 eb_ptr
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/acorn/
H A Dacornzip.c485 char *eb_ptr; local
540 eb_ptr = z->extra + EB_SPARK_SIZE;
542 eb_ptr[0] = 'U';
543 eb_ptr[1] = 'T';
544 eb_ptr[2] = EB_UT_LEN(1); /* length of data part of e.f. */
545 eb_ptr[3] = 0;
546 eb_ptr[4] = EB_UT_FL_MTIME;
547 eb_ptr[5] = (char)(z_utim->mtime);
548 eb_ptr[6] = (char)(z_utim->mtime >> 8);
549 eb_ptr[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/win32/
H A Dwin32.c132 uch *eb_ptr, unsigned eb_len);
311 static int SetSD(__G__ path, fperms, eb_ptr, eb_len)
315 uch *eb_ptr; variable
323 ntsd_ucSize = makelong(eb_ptr + (EB_HEADSIZE+EB_UCSIZE_P));
343 (eb_ptr + (EB_HEADSIZE+EB_NTSD_L_LEN)), (ulg)(eb_len - EB_NTSD_L_LEN));

Completed in 68 milliseconds