Lines Matching refs:u_char
88 static void ipcp_addci (fsm *, u_char *, int *); /* Add our CI */
89 static int ipcp_ackci (fsm *, u_char *, int); /* Peer ack'd our CI */
90 static int ipcp_nakci (fsm *, u_char *, int); /* Peer nak'd our CI */
91 static int ipcp_rejci (fsm *, u_char *, int); /* Peer rej'd our CI */
92 static int ipcp_reqci (fsm *, u_char *, int *, int); /* Rcv CI */
130 static void ipcp_input (int, u_char *, int);
258 ipcp_input(int unit, u_char *p, int len)
348 ipcp_addci(fsm *f, u_char *ucp, int *lenp)
425 ipcp_ackci(fsm *f, u_char *p, int len)
430 u_char cimaxslotindex, cicflag;
545 ipcp_nakci(fsm *f, u_char *p, int len)
548 u_char cimaxslotindex, cicflag;
549 u_char citype, cilen, *next;
750 ipcp_rejci(fsm *f, u_char *p, int len)
753 u_char cimaxslotindex, ciflag, cilen;
869 ipcp_reqci(fsm *f, u_char *inp/* Requested CIs */,int *len/* Length of requested CIs */,int reject_if_disagree)
877 u_char *cip, *next; /* Pointer to current and next CIs */
886 u_char *p; /* Pointer to next char to parse */
887 u_char *ucp = inp; /* Pointer to current output char */
889 u_char maxslotindex, cflag;
1350 ipcp_printpkt(u_char *p, int plen, void (*printer) (void *, char *, ...), void *arg)
1383 ip_active_pkt(u_char *pkt, int len)
1385 u_char *tcp;