HomeSort by relevance Sort by last modified time
    Searched refs:get_proto (Results 1 - 5 of 5) sorted by null

  /external/ipsec-tools/src/racoon/
racoonctl.c 160 static int get_proto __P((char *));
487 proto = get_proto(*av);
516 proto = get_proto(*av);
545 proto = get_proto(*av);
600 proto = get_proto(*av);
679 if ((proto = get_proto(*av)) == -1)
865 get_proto(str) function
    [all...]
  /external/bluetooth/hcidump/parser/
parser.h 202 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 863 proto = get_proto(frm->handle, psm, 0);

Completed in 182 milliseconds