Home
last modified time | relevance | path

Searched refs:OpenLogicalChannelAck (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/netfilter/
H A Dnf_conntrack_h323_types.h537 typedef struct OpenLogicalChannelAck { /* SEQUENCE */ struct
551 } OpenLogicalChannelAck; typedef
581 OpenLogicalChannelAck openLogicalChannelAck;
/openbmc/linux/net/netfilter/
H A Dnf_conntrack_h323_types.c1422 DECODE | EXT | OPT, offsetof(OpenLogicalChannelAck,
1426 offsetof(OpenLogicalChannelAck, separateStack),
1429 DECODE | EXT | OPT, offsetof(OpenLogicalChannelAck,
H A Dnf_conntrack_h323_main.c424 OpenLogicalChannelAck *olca) in process_olca()