Searched refs:hexdig (Results 1 – 3 of 3) sorted by relevance
365 static const char hexdig[16] = "0123456789abcdef"; in ng_pptpgre_newhook() local377 for (j = 0; j < 16 && hex[i] != hexdig[j]; j++); in ng_pptpgre_newhook()
403 static const char hexdig[16] = "0123456789abcdef"; in ng_l2tp_newhook() local417 for (j = 0; j < 16 && hex[i] != hexdig[j]; j++); in ng_l2tp_newhook()
957 static const char hexdig[16] = "0123456789abcdef"; in ng_pppoe_rcvmsg() local964 ourmsg->data[hupos + 2 + i] != hexdig[j]; in ng_pppoe_rcvmsg()