OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addr_count
(Results
1 - 6
of
6
) sorted by relevancy
/src/usr.sbin/tcpdchk/
tcpdchk.c
435
int
addr_count
= 1;
local in function:check_host
479
addr_count
= check_dns(pat);
490
return (
addr_count
);
/src/sys/fs/nfs/nlm/
nlm_prot_impl.c
1432
nlm_register_services(SVCPOOL *pool, int
addr_count
, char **addrs)
1447
if (!
addr_count
) {
1452
if (
addr_count
< 0 ||
addr_count
> 256 ) {
1454
"max 256 - can't start server\n",
addr_count
);
1458
xprts = malloc(
addr_count
* sizeof(SVCXPRT *), M_NLM, M_WAITOK|M_ZERO);
1460
for (j = 0; j <
addr_count
; j++) {
1516
for (j = 0; j <
addr_count
; j++) {
1531
nlm_server_main(int
addr_count
, char **addrs)
1624
error = nlm_register_services(pool,
addr_count
, addrs)
[
all
...]
/src/sys/dev/pci/ixgbe/
ixgbe_common.h
109
u32
addr_count
, ixgbe_mc_addr_itr func);
ixgbe_api.h
123
u32
addr_count
, ixgbe_mc_addr_itr func);
ixgbe_api.c
1000
* @
addr_count
: number of addresses
1008
u32
addr_count
, ixgbe_mc_addr_itr func)
1011
addr_list,
addr_count
, func),
ixgbe_common.c
2599
* @
addr_count
: number of addresses
2610
u32
addr_count
, ixgbe_mc_addr_itr next)
2637
for (i = 0; i <
addr_count
; i++) {
Completed in 19 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025