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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 Ddiscover.h44 struct link_req *tipc_disc_init_link_req(struct bearer *b_ptr,
51 void tipc_disc_recv_msg(struct sk_buff *buf, struct bearer *b_ptr);
H A Deth_media.c2 * net/tipc/eth_media.c: Ethernet bearer support for TIPC
50 * struct eth_bearer - Ethernet bearer data structure
51 * @bearer: ptr to associated "generic" bearer structure
57 struct tipc_bearer *bearer; member in struct:eth_bearer
110 if (likely(eb_ptr->bearer)) {
116 tipc_recv_msg(buf, eb_ptr->bearer);
126 * enable_bearer - attach TIPC bearer to an Ethernet interface
148 /* Find Ethernet bearer for device (or create one) */
164 /* Associate TIPC bearer wit
[all...]
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)
117 * @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[MAX_BEARERS];
232 * bearer_name_validate - validate & (optionally) deconstruct bearer name
233 * @name - ptr to bearer name string
234 * @name_parts - ptr to area for bearer name components (or NULL if not needed)
236 * Returns 1 if bearer name is valid, otherwise 0.
248 /* copy bearer name & ensure length is OK */
256 /* 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"
373 * @b_ptr: pointer to associated bearer
380 struct link *tipc_link_create(struct bearer *b_ptr, const u32 peer,
458 * Note: 'tipc_net_lock' is write_locked, bearer is locked.
1221 /* Exit if link (or bearer) is congested */
1264 * Link and bearer congestion status have been checked to be ok,
1649 /* Detect repeated retransmit failures on uncongested bearer */
1759 struct bearer *b_ptr = (struct bearer *)tb_ptr;
2296 * another bearer
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dcurl_sasl.h119 containing the user name and bearer token */
122 const char *bearer,
H A Dcurl_sasl.c569 * bearer [in] - The bearer token.
578 const char *bearer,
585 xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer);
576 Curl_sasl_create_xoauth2_message(struct SessionHandle *data, const char *user, const char *bearer, char **outptr, size_t *outlen) argument
/netgear-R7000-V1.0.7.12_1.2.5/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 204 milliseconds