OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_proto
(Results
1 - 5
of
5
) sorted by null
/external/ipsec-tools/src/racoon/
racoonctl.c
162
static int
get_proto
__P((char *));
419
proto =
get_proto
(*av);
462
proto =
get_proto
(*av);
480
proto =
get_proto
(*av);
774
*proto =
get_proto
(*av);
795
get_proto
(str)
function
/external/bluetooth/hcidump/parser/
parser.h
203
uint32_t
get_proto
(uint16_t handle, uint16_t psm, uint8_t channel);
parser.c
98
uint32_t
get_proto
(uint16_t handle, uint16_t psm, uint8_t channel)
function
rfcomm.c
272
proto =
get_proto
(frm->handle, RFCOMM_PSM, frm->channel);
l2cap.c
909
proto =
get_proto
(frm->handle, psm, 0);
Completed in 1722 milliseconds