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

/drivers/isdn/hisax/
H A Dl3dss1.c696 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) { argument
699 while (*checklist != -1) {
700 if ((*checklist & 0xff) == ie) {
707 checklist++;
713 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) argument
715 int *cl = checklist;
H A Dl3ni1.c646 ie_in_set(struct l3_process *pc, u_char ie, int *checklist) { argument
649 while (*checklist != -1) {
650 if ((*checklist & 0xff) == ie) {
657 checklist++;
663 check_infoelements(struct l3_process *pc, struct sk_buff *skb, int *checklist) argument
665 int *cl = checklist;

Completed in 61 milliseconds