Searched refs:func_type (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-atm.c359 u_int8_t cell_type, func_type, payload, clp; local
369 func_type = (*(p+ATM_HDR_LEN_NOHEC+hec)) & 0x0f;
391 printf(", func-type unknown (%u)", func_type);
394 tok2str(oam_functype_values[cell_type],"none",func_type),
395 func_type);
399 switch (cell_type << 4 | func_type) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/CMake/
H A DCurlTests.c412 typedef void (*func_type)(); typedef
417 func_type func;
418 func = (func_type)inet_ntoa_r;
427 typedef void (*func_type)(); typedef
432 func_type func;
433 func = (func_type)&inet_ntoa_r;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavresample/
H A Daudio_convert.c61 enum ConvFuncType func_type; member in struct:AudioConvert
77 switch (ac->func_type) {
295 ac->func_type = CONV_FUNC_TYPE_FLAT;
298 ac->func_type = CONV_FUNC_TYPE_INTERLEAVE;
300 ac->func_type = CONV_FUNC_TYPE_DEINTERLEAVE;
383 switch (ac->func_type) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/qlcnic/
H A Dqlcnic.h1092 u16 func_type; member in struct:qlcnic_pci_func_cfg
H A Dqlcnic_main.c3397 pci_cfg[i].func_type = pci_info[i].type;

Completed in 174 milliseconds