OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nic
(Results
1 - 2
of
2
) sorted by relevancy
/src/tests/lib/libc/gen/
t_nice.c
96
int i, pri,
nic
;
local in function:ATF_TC_BODY
102
nic
= nice(i);
103
ATF_REQUIRE(
nic
!= -1);
109
if (
nic
!= pri)
125
if (
nic
!= pri)
/src/sys/external/bsd/ipf/netinet/
fil.c
7317
/* Returns: void* - NULL = wildcard name, -1 = failed to find
NIC
, else */
7318
/* pointer to interface structure for
NIC
*/
7326
/* for both IPv4 and IPv6 on the same physical
NIC
. */
7332
void *
nic
;
local in function:ipf_resolvenic
7342
nic
= GETIFP(name, v);
7343
if (
nic
== NULL)
7344
nic
= (void *)-1;
7345
return
nic
;
Completed in 20 milliseconds
Indexes created Tue Sep 30 11:09:46 GMT 2025