Lines Matching refs:u_char
181 static void ipv6cp_addci(fsm *f, u_char *ucp, int *lenp); /* Add our CI */
182 static int ipv6cp_ackci(fsm *f, u_char *p, int len); /* Peer ack'd our CI */
183 static int ipv6cp_nakci(fsm *f, u_char *p, int len, int treat_as_reject); /* Peer nak'd our CI */
184 static int ipv6cp_rejci(fsm *f, u_char *p, int len); /* Peer rej'd our CI */
185 static int ipv6cp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree); /* Rcv CI */
258 static void ipv6cp_input(ppp_pcb *pcb, u_char *p, int len);
267 static int ipv6cp_printpkt(const u_char *p, int plen,
271 static int ipv6_active_pkt(u_char *pkt, int len);
491 static void ipv6cp_input(ppp_pcb *pcb, u_char *p, int len) {
549 static void ipv6cp_addci(fsm *f, u_char *ucp, int *lenp) {
597 static int ipv6cp_ackci(fsm *f, u_char *p, int len) {
671 static int ipv6cp_nakci(fsm *f, u_char *p, int len, int treat_as_reject) {
674 u_char citype, cilen, *next;
806 static int ipv6cp_rejci(fsm *f, u_char *p, int len) {
809 u_char cilen;
887 static int ipv6cp_reqci(fsm *f, u_char *inp, int *len, int reject_if_disagree) {
893 u_char *cip, *next; /* Pointer to current and next CIs */
901 u_char *p; /* Pointer to next char to parse */
902 u_char *ucp = inp; /* Pointer to current output char */
1401 static int ipv6cp_printpkt(const u_char *p, int plen,
1404 const u_char *pstart, *optend;
1513 static int ipv6_active_pkt(u_char *pkt, int len) {
1514 u_char *tcp;