Searched refs:bearer (Results 1 - 14 of 14) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/tipc/
H A Dbearer.h2 * net/tipc/bearer.h: Include file for TIPC bearer code
50 * @enable_bearer: routine which enables a bearer
51 * @disable_bearer: routine which disables a bearer
52 * @addr2str: routine which converts bearer's address to string form
55 * @priority: default link (and bearer) priority
80 * struct bearer - TIPC bearer information available to internal users
81 * @publ: bearer information available to privileged users
82 * @media: ptr to media structure associated with bearer
95 struct bearer { struct
[all...]
H A Deth_media.c2 * net/tipc/eth_media.c: Ethernet bearer support for TIPC
48 * struct eth_bearer - Ethernet bearer data structure
49 * @bearer: ptr to associated "generic" bearer structure
55 struct tipc_bearer *bearer; member in struct:eth_bearer
100 if (likely(eb_ptr->bearer)) {
108 tipc_recv_msg(buf, eb_ptr->bearer);
118 * enable_bearer - attach TIPC bearer to an Ethernet interface
140 /* Find Ethernet bearer for device (or create one) */
156 /* Associate TIPC bearer wit
[all...]
H A Ddiscover.h44 struct link_req *tipc_disc_init_link_req(struct bearer *b_ptr,
H A Ddiscover.c45 #define TIPC_LINK_REQ_INIT 125 /* min delay during bearer start up */
46 #define TIPC_LINK_REQ_FAST 2000 /* normal delay if bearer has no links */
47 #define TIPC_LINK_REQ_SLOW 600000 /* normal delay if bearer has links */
58 * @bearer: bearer issuing requests
65 struct bearer *bearer; member in struct:link_req
92 * @b_ptr: ptr to bearer issuing message
98 struct bearer *b_ptr)
118 * @b_ptr: pointer to bearer detectin
[all...]
H A Dbearer.c2 * net/tipc/bearer.c: TIPC bearer code
40 #include "bearer.h"
51 struct bearer *tipc_bearers = NULL;
230 * bearer_name_validate - validate & (optionally) deconstruct bearer name
231 * @name - ptr to bearer name string
232 * @name_parts - ptr to area for bearer name components (or NULL if not needed)
234 * Returns 1 if bearer name is valid, otherwise 0.
246 /* copy bearer name & ensure length is OK */
254 /* ensure all component parts of bearer nam
[all...]
H A DMakefile7 tipc-y += addr.o bcast.o bearer.o config.o cluster.o \
H A Dbcast.c48 #include "bearer.h"
67 * @primary: pointer to primary bearer
68 * @secondary: pointer to secondary bearer
75 struct bearer *primary;
76 struct bearer *secondary;
80 * struct bcbearer - bearer used by broadcast link
81 * @bearer: (non-standard) broadcast bearer structure
83 * @bpairs: array of bearer pairs
84 * @bpairs_temp: temporary array of bearer pair
95 struct bearer bearer; member in struct:bcbearer
[all...]
H A Dlink.h42 #include "bearer.h"
59 * (unless bearer MTU is less)
71 * @link_list: adjacent links in bearer's list of links
75 * @peer_bearer_id: bearer id used by link's peer endpoint
76 * @b_ptr: pointer to bearer used by link
127 struct bearer *b_ptr;
220 struct link *tipc_link_create(struct bearer *b_ptr, const u32 peer,
H A Dlink.c46 #include "bearer.h"
390 * @b_ptr: pointer to associated bearer
397 struct link *tipc_link_create(struct bearer *b_ptr, const u32 peer,
473 * Note: 'tipc_net_lock' is write_locked, bearer is locked.
1239 /* Exit if link (or bearer) is congested */
1282 * Link and bearer congestion status have been checked to be ok,
1666 /* Detect repeated retransmit failures on uncongested bearer */
1741 struct bearer *b_ptr;
1752 b_ptr = (struct bearer *)tb_ptr;
2246 * another bearer
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcall.h49 int bearer; /* Bearer type of call */ member in struct:call
H A Davpsend.c229 int add_bearer_avp (struct buffer *buf, int bearer) argument
235 raw[3] = htons ((bearer >> 16) & 0xFFFF);
236 raw[4] = htons (bearer & 0xFFFF);
H A Dcall.c536 tmp->bearer = -1;
H A Davp.c606 * What kind of bearer channels does our peer support?
622 "%s: bearer capabilities not appropriate for message %s. Ignoring.\n",
708 * What kind of bearer channel is the call on?
724 "%s: bearer type not appropriate for message %s. Ignoring.\n",
747 t->call_head->bearer = b;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_msg.h135 u_int32_t bearer; /* Bearer type */ member in struct:pptp_out_call_rqst
162 u_int32_t bearer; /* Bearer type */ member in struct:pptp_in_call_rqst

Completed in 123 milliseconds