OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:opt_type
(Results
1 - 2
of
2
) sorted by null
/external/tcpdump/
print-pgm.c
165
u_int8_t
opt_type
, opt_len, flags1, flags2;
local
472
opt_type
= *bp++;
473
if ((
opt_type
& PGM_OPT_MASK) != PGM_OPT_LENGTH) {
474
(void)printf("[First option bad, should be PGM_OPT_LENGTH, is %u]",
opt_type
& PGM_OPT_MASK);
496
opt_type
= *bp++;
512
switch (
opt_type
& PGM_OPT_MASK) {
740
(void)printf(" OPT_%02X [%d] ",
opt_type
, opt_len);
746
if (
opt_type
& PGM_OPT_END)
/external/ppp/pppd/
pppd.h
90
enum
opt_type
{
enum
102
enum
opt_type
type;
[
all
...]
Completed in 207 milliseconds