Searched refs:fwd_nr (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/divert/
H A Disdn_divert.h93 char fwd_nr[35];/* forwarded to number + subaddress */ member in struct:__anon11743::__anon11747
H A Disdn_divert.c113 u_char service, char *fwd_nr, ulong *procid)
134 { if (!*fwd_nr) return(-EINVAL); /* destination missing */
135 if (strchr(fwd_nr,'.')) return(-EINVAL); /* subaddress not allowed */
136 fwd_len = strlen(fwd_nr);
141 strcpy(p,fwd_nr); /* copy number */
185 (mode != 1) ? "" : fwd_nr);
111 cf_command(int drvid, int mode, u_char proc, char *msn, u_char service, char *fwd_nr, ulong *procid) argument
H A Ddivert_procfs.c250 dioctl.cf_ctrl.fwd_nr,

Completed in 68 milliseconds