Searched refs:fwd_nr (Results 1 – 3 of 3) sorted by relevance
248 if (strnlen(dioctl.cf_ctrl.fwd_nr, sizeof(dioctl.cf_ctrl.fwd_nr)) == in isdn_divert_ioctl_unlocked()249 sizeof(dioctl.cf_ctrl.fwd_nr)) in isdn_divert_ioctl_unlocked()256 dioctl.cf_ctrl.fwd_nr, in isdn_divert_ioctl_unlocked()
113 u_char service, char *fwd_nr, ulong *procid) in cf_command() argument134 { if (!*fwd_nr) return (-EINVAL); /* destination missing */ in cf_command()135 if (strchr(fwd_nr, '.')) return (-EINVAL); /* subaddress not allowed */ in cf_command()136 fwd_len = strlen(fwd_nr); in cf_command()141 strcpy(p, fwd_nr); /* copy number */ in cf_command()185 (mode != 1) ? "" : fwd_nr); in cf_command()
93 char fwd_nr[35];/* forwarded to number + subaddress */ member