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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/passdb/
H A Dsecrets.c499 uint32 *channel_type; local
502 channel_type = secrets_fetch(key, &size);
503 if (channel_type) {
504 *channel = IVAL(channel_type,0);
505 SAFE_FREE(channel_type);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dhorizon.c738 u32 channel_type; // u16? local
747 channel_type = rd_mem (dev, &rx_desc->wr_buf_type) & BUFFER_PTR_MASK;
751 if (channel_type != RX_CHANNEL_DISABLED) {

Completed in 143 milliseconds