Searched refs:l_ef (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/atheos/
H A Datheos.c507 char *l_ef = NULL;
535 l_ef = (char *)realloc( z->extra, z->ext + EB_L_UT_SIZE );
537 l_ef = (char *)malloc( EB_L_UT_SIZE );
540 if( l_ef == NULL ) {
543 z->extra = l_ef;
544 l_ef += z->ext;
559 *l_ef++ = 'U';
560 *l_ef++ = 'T';
561 *l_ef++ = (char)(EB_UT_LEN(2)); /* length of data in local EF */
562 *l_ef
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/beos/
H A Dbeos.c520 char *l_ef = NULL; local
548 l_ef = (char *)realloc( z->extra, z->ext + EB_L_UT_SIZE );
550 l_ef = (char *)malloc( EB_L_UT_SIZE );
553 if( l_ef == NULL ) {
556 z->extra = l_ef;
557 l_ef += z->ext;
572 *l_ef++ = 'U';
573 *l_ef++ = 'T';
574 *l_ef++ = (char)(EB_UT_LEN(2)); /* length of data in local EF */
575 *l_ef
605 char *l_ef = NULL; local
683 char *l_ef = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/macos/source/
H A Dextrafld.c92 static void make_extrafield_JLEE(char *l_ef);
191 char *l_ef = NULL; local
214 l_ef = (char *)realloc( z->extra, z->ext + EB_L_UT_SIZE );
216 l_ef = (char *)malloc( EB_L_UT_SIZE );
219 if( l_ef == NULL ) {
222 z->extra = l_ef;
223 l_ef += z->ext;
238 *l_ef++ = 'U';
239 *l_ef++ = 'T';
240 *l_ef
272 char *l_ef = NULL; local
455 char *l_ef = NULL; local
[all...]

Completed in 109 milliseconds