OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:apl
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/mpl/bind/dist/lib/dns/rdata/in_1/
apl_42.h
31
unsigned char *
apl
;
member in struct:dns_rdata_in_apl
52
dns_rdata_apl_count(const dns_rdata_in_apl_t *
apl
);
apl_42.c
267
dns_rdata_in_apl_t *
apl
= source;
local
272
REQUIRE(
apl
!= NULL);
273
REQUIRE(
apl
->common.rdtype == type);
274
REQUIRE(
apl
->common.rdclass == rdclass);
275
REQUIRE(
apl
->
apl
!= NULL ||
apl
->apl_len == 0);
277
isc_buffer_init(&b,
apl
->
apl
,
apl
->apl_len)
286
dns_rdata_in_
apl
_t *
apl
= target;
local
305
dns_rdata_in_
apl
_t *
apl
= source;
local
[
all
...]
/src/external/mpl/dhcp/bind/dist/lib/dns/rdata/in_1/
apl_42.h
32
unsigned char *
apl
;
member in struct:dns_rdata_in_apl
53
dns_rdata_apl_count(const dns_rdata_in_apl_t *
apl
);
apl_42.c
268
dns_rdata_in_apl_t *
apl
= source;
local
273
REQUIRE(
apl
!= NULL);
274
REQUIRE(
apl
->common.rdtype == type);
275
REQUIRE(
apl
->common.rdclass == rdclass);
276
REQUIRE(
apl
->
apl
!= NULL ||
apl
->apl_len == 0);
278
isc_buffer_init(&b,
apl
->
apl
,
apl
->apl_len)
286
dns_rdata_in_
apl
_t *
apl
= target;
local
311
dns_rdata_in_
apl
_t *
apl
= source;
local
[
all
...]
/src/sbin/ifconfig/
agr.c
129
struct agrportlist *
apl
;
local
164
apl
= buf;
165
api = (void *)(
apl
+ 1);
167
for (i = 0; i <
apl
->apl_nports; i++) {
/src/sys/net/agr/
if_agr.c
458
struct agrportlist
apl
;
local
465
memset(&
apl
, 0, sizeof(
apl
));
468
if (bufleft < sizeof(
apl
)) {
471
apl
.apl_nports = sc->sc_nports;
472
error = copyout(&
apl
, cp, sizeof(
apl
));
476
cp += sizeof(
apl
);
478
bufleft -= sizeof(
apl
);
/src/external/mpl/bind/include/dns/
rdatastruct.h
1159
unsigned char *
apl
;
member in struct:dns_rdata_in_apl
1180
dns_rdata_apl_count(const dns_rdata_in_apl_t *
apl
);
/src/external/mpl/dhcp/bind/include/dns/
rdatastruct.h
1290
unsigned char *
apl
;
member in struct:dns_rdata_in_apl
1311
dns_rdata_apl_count(const dns_rdata_in_apl_t *
apl
);
Completed in 33 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026