Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:netfd
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/ioctl/
H
A
D
ioctl03.c
66
int
netfd
= open("/dev/net/tun", O_RDWR);
in verify_features()
local
69
if (
netfd
== -1 && (errno == ENODEV || errno == ENOENT))
in verify_features()
70
netfd
= open("/dev/tun", O_RDWR);
in verify_features()
72
if (
netfd
== -1) {
in verify_features()
79
SAFE_IOCTL(
netfd
, TUNGETFEATURES, &features);
in verify_features()
92
SAFE_CLOSE(
netfd
);
in verify_features()
/third_party/alsa-utils/seq/aseqnet/
H
A
D
aseqnet.c
72
static int sockfd,
netfd
[MAX_CONNECTION] = {[0 ... MAX_CONNECTION-1] = -1};
variable
224
if (
netfd
[i] >= 0)
in close_files()
225
close(
netfd
[i]);
in close_files()
397
netfd
[i] = -1;
in init_server()
410
if (
netfd
[i] < 0)
in start_connection()
419
netfd
[i] = accept(sockfd, (struct sockaddr *)&addr, &addr_len);
in start_connection()
420
if (
netfd
[i] < 0) {
in start_connection()
425
fprintf(stderr, _("accepted[%d]\n"),
netfd
[i]);
in start_connection()
476
netfd
[0] = fd;
in init_client()
500
if (
netfd
[
in do_loop()
[all...]
Completed in 1 milliseconds