/external/libpcap/ |
dlpisubs.c | 211 int retv = 0; local 282 retv = -1; 285 return (retv); 367 int retv; local 373 if ((retv = ioctl(fd, I_STR, &str)) < 0) 374 return (retv);
|
pcap-libdlpi.c | 100 int retv; local 109 retv = dlpi_open(p->opt.device, &dh, DLPI_RAW|DLPI_PASSIVE); 110 if (retv != DLPI_SUCCESS) { 111 if (retv == DLPI_ELINKNAMEINVAL || retv == DLPI_ENOLINK) 113 else if (retv == DL_SYSERR && 118 pcap_libdlpi_err(p->opt.device, "dlpi_open", retv, 134 if ((retv = dlpi_bind(pd->dlpi_hd, DLPI_ANY_SAP, 0)) != DLPI_SUCCESS) { 136 pcap_libdlpi_err(p->opt.device, "dlpi_bind", retv, p->errbuf); 142 retv = dlpromiscon(p, DL_PROMISC_PHYS) 251 int retv; local 287 int retv = 0; local 337 int retv; local 386 int retv; local [all...] |
pcap-dlpi.c | 491 int retv; local 541 retv = dl_doattach(p->fd, ppa, p->errbuf); 542 if (retv < 0) { 543 status = retv; 548 retv = dl_doattach(pd->send_fd, ppa, p->errbuf); 549 if (retv < 0) { 550 status = retv; 655 retv = dlpromiscon(p, DL_PROMISC_PHYS); 656 if (retv < 0) { 657 if (retv == PCAP_ERROR_PERM_DENIED [all...] |
pcap-bpf.c | 1616 int retv; local [all...] |
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
cpuset_memory_test.c | 381 void *retv; local 383 pthread_join(thread2, &retv);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_atheros.c | 1963 int retv; local [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
qpol_wrap.c | 4262 int retv = qpol_type_get_type_iter(p, self, &iter); local 4273 int retv = qpol_type_get_attr_iter(p, self, &iter); local [all...] |