Lines Matching defs:perr
110 const char *perr = NULL;
117 perr = "Cannot open raw RTP socket";
135 perr = "Cannot open BPF device";
140 perr = "Cannot bind BPF device to network interface";
144 if (perr != NULL && fd > -1)
146 return (perr);
803 const char *perr;
809 perr = voss_httpd_bind_rtp(pvc, pvp->http.rtp_ifname,
811 if (perr != NULL)
812 return (perr);