Searched defs:infp (Results 1 - 2 of 2) sorted by relevance

/drivers/isdn/hisax/
H A Dl3dss1.c1926 l3dss1_deliver_display(struct l3_process *pc, int pr, u_char *infp) argument
1932 if (*infp++ != IE_DISPLAY) return;
1933 if ((len = *infp++) > 80) return; /* total length <= 82 */
1938 *p++ = *infp++;
H A Dl3ni1.c1782 l3ni1_deliver_display(struct l3_process *pc, int pr, u_char *infp) argument
1788 if (*infp++ != IE_DISPLAY) return;
1789 if ((len = *infp++) > 80) return; /* total length <= 82 */
1794 *p++ = *infp++;

Completed in 58 milliseconds