| /components/net/lwip/lwip-1.4.1/src/netif/ppp/ |
| A D | pap.c | 168 u->us_user = user; in upap_authwithpeer() 205 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout); in upap_authpeer() 218 u->us_unit, u->us_timeouttime, u->us_clientstate)); in upap_timeout() 225 if (u->us_transmits >= u->us_maxtransmits) { in upap_timeout() 278 TIMEOUT(upap_reqtimeout, u, u->us_reqtimeout); in upap_lowerup() 299 if (u->us_serverstate == UPAPSS_LISTEN && u->us_reqtimeout > 0) { in upap_lowerdown() 556 + u->us_userlen + u->us_passwdlen; in upap_sauthreq() 565 BCOPY(u->us_user, outp, u->us_userlen); in upap_sauthreq() 568 BCOPY(u->us_passwd, outp, u->us_passwdlen); in upap_sauthreq() 570 pppWrite(u->us_unit, outpacket_buf[u->us_unit], outlen + PPP_HDRLEN); in upap_sauthreq() [all …]
|
| A D | ppp_impl.h | 346 int sifnpmode (int u, int proto, enum NPmode mode);
|
| /components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/ |
| A D | inet_chksum.h | 53 #define FOLD_U32T(u) (((u) >> 16) + ((u) & 0x0000ffffUL)) argument
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/ |
| A D | inet_chksum.h | 52 #define FOLD_U32T(u) (((u) >> 16) + ((u) & 0x0000ffffUL)) argument
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/ |
| A D | inet_chksum.h | 52 #define FOLD_U32T(u) ((u32_t)(((u) >> 16) + ((u) & 0x0000ffffUL))) argument
|
| /components/libc/cplusplus/cpp11/gcc/ |
| A D | mutex | 231 unique_lock(unique_lock&& u) noexcept 232 : pm(u.pm), owns(u.owns) 234 u.pm = nullptr; 235 u.owns = false; 238 unique_lock& operator=(unique_lock&& u) noexcept 243 unique_lock(std::move(u)).swap(*this); 245 u.pm = nullptr; 246 u.owns = false; 320 void swap(unique_lock& u) noexcept 322 std::swap(pm, u.pm); [all …]
|
| /components/drivers/usb/cherryusb/platform/uf2/ |
| A D | bootuf2.h | 189 …(__TIME__[0u] == '?' ? 0 : __TIME__[0u] - '0') * 10u + (__TIME__[1u] == '?' ? 0 : __TIME__[1u] - '… 200 (BOOTUF2_DAY_INT << 0u)) 205 (BOOTUF2_SECONDS_INT << 0u))
|
| /components/drivers/ofw/ |
| A D | raw.c | 73 FDT_RAW_GET_VAL_FLAG(u, u, size) \
|
| /components/dfs/dfs_v1/filesystems/nfs/rpc/ |
| A D | xdr.c | 325 unsigned int u; in xdr_u_char() local 327 u = (*cp); in xdr_u_char() 328 if (!xdr_u_int(xdrs, &u)) { in xdr_u_char() 331 *cp = u; in xdr_u_char()
|
| /components/lwp/ |
| A D | lwp_ipc.h | 42 } u; member
|
| A D | lwp_ipc.c | 525 data->u.fd.file = _ipc_msg_get_file(data->u.fd.fd); in _do_send_recv_timeout() 851 data->u.fd.fd = _ipc_msg_fd_new(data->u.fd.file); in _rt_raw_channel_recv_timeout() 902 data->u.fd.fd = _ipc_msg_fd_new(data->u.fd.file); in _rt_raw_channel_recv_timeout()
|
| /components/legacy/usb/usbdevice/class/ |
| A D | uaudioreg.h | 367 #define FU_MASK(u) (1 << ((u)-1)) argument
|
| /components/net/lwip/lwip-2.1.2/src/netif/ppp/ |
| A D | ipv6cp.c | 264 static int ipv6_demand_conf(int u); 1125 static int ipv6_demand_conf(int u) { 1126 ipv6cp_options *wo = &ipv6cp_wantoptions[u]; 1128 if (!sif6up(u)) 1131 if (!sif6addr(u, wo->ourid, wo->hisid)) 1134 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
|
| A D | auth.c | 422 char u[MAXNAMELEN], p[MAXSECRETLEN]; 447 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL 456 l = strlen(u); 457 if (l > 0 && u[l-1] == '\n') 458 u[l-1] = 0; 464 strlcpy(ppp_settings.user, u, sizeof(ppp_settings.user));
|
| A D | ppp.c | 1612 void reset_link_stats(int u) { in reset_link_stats() argument 1613 if (!get_ppp_stats(u, &old_link_stats)) { in reset_link_stats() 1622 void update_link_stats(int u) { in update_link_stats() argument 1626 if (!get_ppp_stats(u, &link_stats) || gettimeofday(&now, NULL) < 0) { in update_link_stats()
|
| A D | ipcp.c | 1837 ip_demand_conf(u) in ip_demand_conf() argument 1838 int u; in ip_demand_conf() 1840 ppp_pcb *pcb = &ppp_pcb_list[u]; 1841 ipcp_options *wo = &ipcp_wantoptions[u]; 1864 default_route_set[u] = 1; 1869 proxy_arp_set[u] = 1;
|
| /components/net/lwip/lwip-2.0.3/src/netif/ppp/ |
| A D | ipv6cp.c | 264 static int ipv6_demand_conf(int u); 1125 static int ipv6_demand_conf(int u) { 1126 ipv6cp_options *wo = &ipv6cp_wantoptions[u]; 1128 if (!sif6up(u)) 1131 if (!sif6addr(u, wo->ourid, wo->hisid)) 1134 if (!sifnpmode(u, PPP_IPV6, NPMODE_QUEUE))
|
| A D | auth.c | 422 char u[MAXNAMELEN], p[MAXSECRETLEN]; 447 if (fgets(u, MAXNAMELEN - 1, ufile) == NULL 456 l = strlen(u); 457 if (l > 0 && u[l-1] == '\n') 458 u[l-1] = 0; 464 strlcpy(ppp_settings.user, u, sizeof(ppp_settings.user));
|
| A D | ppp.c | 1608 void reset_link_stats(int u) { in reset_link_stats() argument 1609 if (!get_ppp_stats(u, &old_link_stats)) { in reset_link_stats() 1618 void update_link_stats(int u) { in update_link_stats() argument 1622 if (!get_ppp_stats(u, &link_stats) || gettimeofday(&now, NULL) < 0) { in update_link_stats()
|
| /components/lwp/vdso/user/arch/aarch64/ |
| A D | SConstruct | 20 LFLAGS = DEVICE + ' -Bsymbolic -Wl,--gc-sections,-u,system_vectors -T {path}/vdso.lds'.format(path…
|
| /components/drivers/include/drivers/ |
| A D | ofw.h | 418 #define rt_ofw_foreach_prop_u32(np, propname, prop, p, u) \ argument 420 p = rt_ofw_prop_next_u32(prop, RT_NULL, &u); p; \ 421 p = rt_ofw_prop_next_u32(prop, p, &u))
|
| /components/net/lwip/lwip-2.0.3/doc/ |
| A D | mqtt_client.txt | 97 printf("Incoming publish at topic %s with total length %u\n", topic, (unsigned int)tot_len); 113 printf("Incoming publish payload with length %d, flags %u\n", len, (unsigned int)flags);
|
| /components/net/lwip/lwip-2.1.2/doc/ |
| A D | mqtt_client.txt | 97 printf("Incoming publish at topic %s with total length %u\n", topic, (unsigned int)tot_len); 113 printf("Incoming publish payload with length %d, flags %u\n", len, (unsigned int)flags);
|
| /components/net/lwip/lwip-2.1.2/src/include/netif/ppp/ |
| A D | ppp_impl.h | 490 void reset_link_stats(int u); /* Reset (init) stats when link goes up */ 491 void update_link_stats(int u); /* Get stats at link termination */
|
| /components/net/lwip/lwip-2.0.3/src/include/netif/ppp/ |
| A D | ppp_impl.h | 489 void reset_link_stats(int u); /* Reset (init) stats when link goes up */ 490 void update_link_stats(int u); /* Get stats at link termination */
|