Searched refs:up (Results 76 - 100 of 1705) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openvpn/sample/sample-config-files/
H A Dstatic-home.conf22 # Our up script will establish routes
24 up ./home.up
H A Dtls-home.conf22 # Our up script will establish routes
24 up ./home.up
H A Dtls-office.conf19 # Our up script will establish routes
21 up ./office.up
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dudplite.h69 static inline int udplite_sender_cscov(struct udp_sock *up, struct udphdr *uh) argument
71 int cscov = up->len;
76 if (up->pcflag & UDPLITE_SEND_CC) {
77 if (up->pcslen < up->len) {
78 /* up->pcslen == 0 means that full coverage is required,
79 * partial coverage only if 0 < up->pcslen < up->len */
80 if (0 < up->pcslen) {
81 cscov = up
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dudplite.h69 static inline int udplite_sender_cscov(struct udp_sock *up, struct udphdr *uh) argument
71 int cscov = up->len;
76 if (up->pcflag & UDPLITE_SEND_CC) {
77 if (up->pcslen < up->len) {
78 /* up->pcslen == 0 means that full coverage is required,
79 * partial coverage only if 0 < up->pcslen < up->len */
80 if (0 < up->pcslen) {
81 cscov = up
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/pimd/
H A Dpim_rpf.c37 static struct in_addr pim_rpf_find_rpf_addr(struct pim_upstream *up);
123 enum pim_rpf_result pim_rpf_update(struct pim_upstream *up, argument
128 struct pim_rpf *rpf = &up->rpf;
134 up->source_addr)) {
138 rpf->rpf_addr = pim_rpf_find_rpf_addr(up);
143 pim_inet4_dump("<src?>", up->source_addr, src_str, sizeof(src_str));
144 pim_inet4_dump("<grp?>", up->group_addr, grp_str, sizeof(grp_str));
158 pim_inet4_dump("<src?>", up->source_addr, src_str, sizeof(src_str));
159 pim_inet4_dump("<grp?>", up->group_addr, grp_str, sizeof(grp_str));
171 pim_upstream_update_join_desired(up);
223 pim_rpf_find_rpf_addr(struct pim_upstream *up) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/pimd/
H A Dpim_rpf.c37 static struct in_addr pim_rpf_find_rpf_addr(struct pim_upstream *up);
123 enum pim_rpf_result pim_rpf_update(struct pim_upstream *up, argument
128 struct pim_rpf *rpf = &up->rpf;
134 up->source_addr)) {
138 rpf->rpf_addr = pim_rpf_find_rpf_addr(up);
143 pim_inet4_dump("<src?>", up->source_addr, src_str, sizeof(src_str));
144 pim_inet4_dump("<grp?>", up->group_addr, grp_str, sizeof(grp_str));
158 pim_inet4_dump("<src?>", up->source_addr, src_str, sizeof(src_str));
159 pim_inet4_dump("<grp?>", up->group_addr, grp_str, sizeof(grp_str));
171 pim_upstream_update_join_desired(up);
223 pim_rpf_find_rpf_addr(struct pim_upstream *up) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/pimd/
H A Dpim_rpf.c37 static struct in_addr pim_rpf_find_rpf_addr(struct pim_upstream *up);
123 enum pim_rpf_result pim_rpf_update(struct pim_upstream *up, argument
128 struct pim_rpf *rpf = &up->rpf;
134 up->source_addr)) {
138 rpf->rpf_addr = pim_rpf_find_rpf_addr(up);
143 pim_inet4_dump("<src?>", up->source_addr, src_str, sizeof(src_str));
144 pim_inet4_dump("<grp?>", up->group_addr, grp_str, sizeof(grp_str));
158 pim_inet4_dump("<src?>", up->source_addr, src_str, sizeof(src_str));
159 pim_inet4_dump("<grp?>", up->group_addr, grp_str, sizeof(grp_str));
171 pim_upstream_update_join_desired(up);
223 pim_rpf_find_rpf_addr(struct pim_upstream *up) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/clib/
H A Dgetcwd.c92 char *ept, *eup, *up; local
126 if ((ret = __os_malloc(NULL, upsize = 1024 - 4, &up)) != 0)
128 eup = up + 1024;
129 bup = up;
130 up[0] = '.';
131 up[1] = '\0';
143 if (lstat(up, &s))
159 __os_free(NULL, up);
169 if (__os_realloc(NULL, upsize *= 2, &up) != 0)
171 bup = up;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/clib/
H A Dgetcwd.c92 char *ept, *eup, *up; local
126 if ((ret = __os_malloc(NULL, upsize = 1024 - 4, &up)) != 0)
128 eup = up + 1024;
129 bup = up;
130 up[0] = '.';
131 up[1] = '\0';
143 if (lstat(up, &s))
159 __os_free(NULL, up);
169 if (__os_realloc(NULL, upsize *= 2, &up) != 0)
171 bup = up;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/clib/
H A Dgetcwd.c92 char *ept, *eup, *up; local
126 if ((ret = __os_malloc(NULL, upsize = 1024 - 4, &up)) != 0)
128 eup = up + 1024;
129 bup = up;
130 up[0] = '.';
131 up[1] = '\0';
143 if (lstat(up, &s))
159 __os_free(NULL, up);
169 if (__os_realloc(NULL, upsize *= 2, &up) != 0)
171 bup = up;
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/mt-daapd/src/
H A Dredblack.c46 struct RB_ENTRY(node) *up; /* Up */
59 /* Dummy (sentinel) node, so that we can make X->left->up = X
334 z->up=y;
358 /* Having added a red node, we must now walk back up the tree balancing
368 while(x != rbinfo->rb_root && (x->up->colour == RED))
371 if (x->up == x->up->up->left)
374 y=x->up->up
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/mt-daapd/src/
H A Dredblack.c46 struct RB_ENTRY(node) *up; /* Up */
59 /* Dummy (sentinel) node, so that we can make X->left->up = X
334 z->up=y;
358 /* Having added a red node, we must now walk back up the tree balancing
368 while(x != rbinfo->rb_root && (x->up->colour == RED))
371 if (x->up == x->up->up->left)
374 y=x->up->up
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/mt-daapd/src/
H A Dredblack.c46 struct RB_ENTRY(node) *up; /* Up */
59 /* Dummy (sentinel) node, so that we can make X->left->up = X
334 z->up=y;
358 /* Having added a red node, we must now walk back up the tree balancing
368 while(x != rbinfo->rb_root && (x->up->colour == RED))
371 if (x->up == x->up->up->left)
374 y=x->up->up
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/
H A Dmpi-add.c41 mpi_ptr_t wp, up; local
55 up = u->d;
64 cy = _gcry_mpih_add_1(wp, up, usize, v);
70 if( usize == 1 && up[0] < v ) {
71 wp[0] = v - up[0];
75 _gcry_mpih_sub_1(wp, up, usize, v);
90 mpi_ptr_t wp, up, vp; local
102 up = v->d;
113 up = u->d;
120 MPN_COPY(wp, up, usiz
167 mpi_ptr_t wp, up; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/
H A Dmpi-add.c41 mpi_ptr_t wp, up; local
55 up = u->d;
64 cy = _gcry_mpih_add_1(wp, up, usize, v);
70 if( usize == 1 && up[0] < v ) {
71 wp[0] = v - up[0];
75 _gcry_mpih_sub_1(wp, up, usize, v);
90 mpi_ptr_t wp, up, vp; local
102 up = v->d;
113 up = u->d;
120 MPN_COPY(wp, up, usiz
167 mpi_ptr_t wp, up; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/libgcrypt-1.5.1/mpi/
H A Dmpi-add.c41 mpi_ptr_t wp, up; local
55 up = u->d;
64 cy = _gcry_mpih_add_1(wp, up, usize, v);
70 if( usize == 1 && up[0] < v ) {
71 wp[0] = v - up[0];
75 _gcry_mpih_sub_1(wp, up, usize, v);
90 mpi_ptr_t wp, up, vp; local
102 up = v->d;
113 up = u->d;
120 MPN_COPY(wp, up, usiz
167 mpi_ptr_t wp, up; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/caif/
H A Dcfmuxl.c61 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid) argument
65 cfsrvl_get(up);
66 list_add(&up->node, &muxl->srvl_list);
93 struct cflayer *up; local
97 up = get_up(muxl, channel_id);
98 if (up != NULL)
99 phyid = cfsrvl_getphyid(up);
147 struct cflayer *up; local
149 up = muxl->up_cache[idx];
150 if (up
172 struct cflayer *up; local
191 struct cflayer *up; local
[all...]
H A Dcfsrvl.c28 caif_assert(layr->up != NULL);
29 caif_assert(layr->up->ctrlcmd != NULL);
34 layr->up->ctrlcmd(layr->up, ctrl, phyid);
39 layr->up->ctrlcmd(layr->up, ctrl, phyid);
45 layr->up->ctrlcmd(layr->up,
53 layr->up->ctrlcmd(layr->up,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/caif/
H A Dcfmuxl.c61 int cfmuxl_set_uplayer(struct cflayer *layr, struct cflayer *up, u8 linkid) argument
65 cfsrvl_get(up);
66 list_add(&up->node, &muxl->srvl_list);
93 struct cflayer *up; local
97 up = get_up(muxl, channel_id);
98 if (up != NULL)
99 phyid = cfsrvl_getphyid(up);
147 struct cflayer *up; local
149 up = muxl->up_cache[idx];
150 if (up
172 struct cflayer *up; local
191 struct cflayer *up; local
[all...]
H A Dcfsrvl.c28 caif_assert(layr->up != NULL);
29 caif_assert(layr->up->ctrlcmd != NULL);
34 layr->up->ctrlcmd(layr->up, ctrl, phyid);
39 layr->up->ctrlcmd(layr->up, ctrl, phyid);
45 layr->up->ctrlcmd(layr->up,
53 layr->up->ctrlcmd(layr->up,
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/libgcrypt-1.5.1/mpi/generic/
H A Dmpih-lshift.c42 _gcry_mpih_lshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, argument
54 low_limb = up[i];
59 low_limb = up[i];
H A Dmpih-rshift.c44 _gcry_mpih_rshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) argument
54 high_limb = up[0];
59 high_limb = up[i];
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/libgcrypt-1.5.1/mpi/generic/
H A Dmpih-lshift.c42 _gcry_mpih_lshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, argument
54 low_limb = up[i];
59 low_limb = up[i];
H A Dmpih-rshift.c44 _gcry_mpih_rshift( mpi_ptr_t wp, mpi_ptr_t up, mpi_size_t usize, unsigned cnt) argument
54 high_limb = up[0];
59 high_limb = up[i];

Completed in 208 milliseconds

1234567891011>>