HomeSort by: relevance | last modified time | path
    Searched refs:typenum (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
eap.c 1314 eap_send_response(eap_state *esp, u_char id, u_char typenum,
1329 PUTCHAR(typenum, outp);
1671 u_char typenum; local
1722 GETCHAR(typenum, inp);
1725 switch (typenum) {
1742 eap_send_response(esp, id, typenum,
1756 eap_send_response(esp, id, typenum, (u_char *)esp->es_client.ea_name,
1763 eap_send_response(esp, id, typenum, NULL, 0);
1820 typenum = id;
1821 if (PPP_DigestUpdate(mdctx, &typenum, 1))
2331 u_char typenum; local
    [all...]
peap.c 282 int typenum; local
324 GETCHAR(typenum, in_buf);
327 switch (typenum) {
  /src/external/gpl3/binutils/dist/binutils/
stabs.c 1676 perhaps read a pair (FILENUM, TYPENUM) in parentheses. Just a
2301 NAME : [VISIBILITY] TYPENUM , BITPOS , BITSIZE ;
2305 In C++, this may wind up being NAME:?TYPENUM:PHYSNAME; for
2652 NAME :: TYPENUM[=type definition] ARGS : PHYSNAME ;
3513 unsigned int typenum)
3518 typenum = -typenum - 1;
3519 if (typenum >= XCOFF_TYPE_COUNT)
3521 fprintf (stderr, _("Unrecognized XCOFF type %d\n"), -typenum - 1);
3524 if (info->xcoff_types[typenum] != NULL
    [all...]
  /src/external/gpl3/binutils.old/dist/binutils/
stabs.c 1676 perhaps read a pair (FILENUM, TYPENUM) in parentheses. Just a
2301 NAME : [VISIBILITY] TYPENUM , BITPOS , BITSIZE ;
2305 In C++, this may wind up being NAME:?TYPENUM:PHYSNAME; for
2652 NAME :: TYPENUM[=type definition] ARGS : PHYSNAME ;
3513 unsigned int typenum)
3518 typenum = -typenum - 1;
3519 if (typenum >= XCOFF_TYPE_COUNT)
3521 fprintf (stderr, _("Unrecognized XCOFF type %d\n"), -typenum - 1);
3524 if (info->xcoff_types[typenum] != NULL
    [all...]

Completed in 34 milliseconds