Searched refs:CalledPN (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Dedss1.h74 char *CalledPN; member in struct:callb_data::__anon4802::ConnInfo
H A Dcallbacks.c14 * Port of Nelson Escravana's <nelson.escravana@usa.net> fix to CalledPN
53 cbdata->data.setup.CalledPN);
60 if ((len = capi_conn_req(cbdata->data.setup.CalledPN, &skb,
155 if (cbdata->data.setup.CalledPN == NULL) {
156 printk(KERN_DEBUG "NULL CalledPN to eazmsn; using 0\n");
160 strcpy(ictl.parm.setup.eazmsn, cbdata->data.setup.CalledPN);
H A Dcapi.c67 * CalledPN - 2 + strlen
458 if (!(info->data.setup.CalledPN = kmalloc(len - count + 1, GFP_ATOMIC)))
462 info->data.setup.CalledPN,
464 info->data.setup.CalledPN[len - count] = 0;
468 info->data.setup.CalledPN = NULL;
469 printk(KERN_DEBUG "NULL CalledPN\n");
H A Ddrv.c258 info.data.setup.CalledPN = (char *) &ctl->parm.setup.phone;
545 cbdata.data.setup.CalledPN = NULL;
558 kfree(cbdata.data.setup.CalledPN);

Completed in 62 milliseconds