Searched refs:typenum (Results 1 - 2 of 2) sorted by relevance

/external/ppp/pppd/
H A Deap.c1042 eap_send_response(esp, id, typenum, str, lenstr)
1045 u_char typenum;
1061 PUTCHAR(typenum, outp);
1316 u_char typenum; local
1354 GETCHAR(typenum, inp);
1357 switch (typenum) {
1374 eap_send_response(esp, id, typenum,
1388 eap_send_response(esp, id, typenum, esp->es_client.ea_name,
1395 eap_send_response(esp, id, typenum, NULL, 0);
1449 typenum
1726 u_char typenum; local
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
H A D__init__.pxd501 object PyArray_SimpleNew(int nd, npy_intp* dims, int typenum)
502 object PyArray_SimpleNewFromData(int nd, npy_intp* dims, int typenum, void* data)

Completed in 579 milliseconds