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

  /bionic/libc/kernel/uapi/linux/hdlc/
ioctl.h 72 unsigned int dlci; member in struct:__anon633
75 unsigned int dlci; member in struct:__anon634
  /external/iproute2/include/uapi/linux/hdlc/
ioctl.h 69 unsigned int dlci; member in struct:__anon24494
73 unsigned int dlci; member in struct:__anon24495
  /external/kernel-headers/original/uapi/linux/hdlc/
ioctl.h 69 unsigned int dlci; member in struct:__anon25523
73 unsigned int dlci; member in struct:__anon25524
  /external/tcpdump/
print-fr.c 54 * | DLCI (6 bits) | CR | EA |
56 * | DLCI (4 bits) |FECN|BECN| DE | EA |
58 * | DLCI (7 bits) | EA |
60 * | DLCI (6 bits) |SDLC| EA |
97 /* Finds out Q.922 address length, DLCI and flags. Returns 1 on success,
102 const u_char *p, u_int *dlci,
113 *dlci = ((p[0] & 0xFC) << 2) | ((p[1] & 0xF0) >> 4);
129 *dlci = (*dlci << 7) | (p[0] >> 1);
142 *dlci = (*dlci << 6) | (p[0] >> 2)
151 static u_int dlci, addr_len; local
242 u_int dlci; local
1070 u_int dlci; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
if_frad.h 24 short dlci; member in struct:dlci_add
  /external/kernel-headers/original/uapi/linux/
if_frad.h 3 * DLCI/FRAD Definitions for Frame Relay Access Devices. DLCI devices are
4 * created for each DLCI associated with a FRAD. The FRAD driver
6 * handler. This allows other FRAD manufacturers to use the DLCI
30 /* Structures and constants associated with the DLCI device driver */
35 short dlci; member in struct:dlci_add
66 /* configuration flags for DLCI */
  /external/iproute2/lib/
ll_types.c 45 __PF(DLCI,dlci)
  /external/libnl/lib/
utils.c 655 __ADD(ARPHRD_DLCI,dlci)
  /external/syzkaller/sys/linux/gen/
386.go     [all...]
amd64.go     [all...]
arm.go     [all...]
arm64.go     [all...]
ppc64le.go     [all...]

Completed in 339 milliseconds