- t2ex
- t2ex_source/t2ex/network/net/src/netmain/tkn_bpf.c - 4.7KB - 181 lines
- 143: 
144:         if (strncmp(path, bpf, len) != 0)
145:                 goto err_invalid_name;
 
- t2ex_source/t2ex/network/net/src/netmain/tkn_subr.c - 16.6KB - 662 lines
- 435:         for (nif = tkn_nif_mng.nifm_list; nif; nif = nif->nif_next) {
436:                 if (strncmp((char*)nif->nif_dev, devname, TKN_NIFNAMESIZE) == 0) {
437:                         break;
- More results from tkn_subr.c
- t2ex_source/t2ex/network/net/src/netmain/tkn_tun.c - 4.7KB - 181 lines
- 143: 
144:         if (strncmp(path, tun, len) != 0)
145:                 goto err_invalid_name;