Home
last modified time | relevance | path

Searched refs:hexdig (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c365 static const char hexdig[16] = "0123456789abcdef"; in ng_pptpgre_newhook() local
377 for (j = 0; j < 16 && hex[i] != hexdig[j]; j++); in ng_pptpgre_newhook()
H A Dng_l2tp.c403 static const char hexdig[16] = "0123456789abcdef"; in ng_l2tp_newhook() local
417 for (j = 0; j < 16 && hex[i] != hexdig[j]; j++); in ng_l2tp_newhook()
H A Dng_pppoe.c957 static const char hexdig[16] = "0123456789abcdef"; in ng_pppoe_rcvmsg() local
964 ourmsg->data[hupos + 2 + i] != hexdig[j]; in ng_pppoe_rcvmsg()