| /sys/include/ |
| D | mbuf.h | 19 uint32_t flags; member
|
| D | mman.h | 18 void *mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset);
|
| D | kmem.h | 11 uint32_t flags; // Flags member
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 557 lwip_recvfrom(int s, void *mem, size_t len, int flags, in lwip_recvfrom() argument 570 LWIP_DEBUGF(SOCKETS_DEBUG, ("lwip_recvfrom(%d, %p, %"SZT_F", 0x%x, ..)\n", s, mem, len, flags)); in lwip_recvfrom() 583 if (((flags & MSG_DONTWAIT) || netconn_is_nonblocking(sock->conn)) && in lwip_recvfrom() 656 (p->flags & PBUF_FLAG_PUSH) || in lwip_recvfrom() 658 ((flags & MSG_PEEK)!=0)) { in lwip_recvfrom() 712 if ((flags & MSG_PEEK) == 0) { in lwip_recvfrom() 748 lwip_recv(int s, void *mem, size_t len, int flags) in lwip_recv() argument 750 return lwip_recvfrom(s, mem, len, flags, NULL, NULL); in lwip_recv() 754 lwip_send(int s, const void *data, size_t size, int flags) in lwip_send() argument 762 s, data, size, flags)); in lwip_send() [all …]
|
| D | tcpip.c | 102 if (msg->msg.inp.netif->flags & (NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET)) { in tcpip_thread() 168 if (inp->flags & (NETIF_FLAG_ETHARP | NETIF_FLAG_ETHERNET)) { in tcpip_input()
|
| D | netbuf.c | 68 buf->flags = 0; in netbuf_new()
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip_frag.h | 59 u8_t flags; member
|
| /lib/liblwip/src/netif/ |
| D | etharp.c | 266 etharp_find_entry(ip_addr_t *ipaddr, u8_t flags) in etharp_find_entry() argument 342 if (((flags & ETHARP_FLAG_FIND_ONLY) != 0) || in etharp_find_entry() 344 ((empty == ARP_TABLE_SIZE) && ((flags & ETHARP_FLAG_TRY_HARD) == 0))) { in etharp_find_entry() 448 …harp_update_arp_entry(struct netif *netif, ip_addr_t *ipaddr, struct eth_addr *ethaddr, u8_t flags) argument 464 i = etharp_find_entry(ipaddr, flags); 471 if (flags & ETHARP_FLAG_STATIC_ENTRY) { 1338 p->flags |= PBUF_FLAG_LLMCAST; 1342 p->flags |= PBUF_FLAG_LLBCAST; 1350 if (!(netif->flags & NETIF_FLAG_ETHARP)) { 1368 if (!(netif->flags & NETIF_FLAG_ETHARP)) {
|
| D | ethernetif.c | 101 netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_LINK_UP;
|
| /lib/liblwip/src/core/ |
| D | udp.c | 259 ((pcb->flags & UDP_FLAGS_CONNECTED) == 0)) { 620 if (ip_addr_ismulticast(dst_ip) && ((pcb->flags & UDP_FLAGS_MULTICAST_LOOP) != 0)) { 621 q->flags |= PBUF_FLAG_MCASTLOOP; 651 if (pcb->flags & UDP_FLAGS_UDPLITE) { 702 if ((pcb->flags & UDP_FLAGS_NOCHKSUM) == 0) { 866 pcb->flags |= UDP_FLAGS_CONNECTED; 917 pcb->flags &= ~UDP_FLAGS_CONNECTED;
|
| D | pbuf.c | 281 q->flags = 0; in pbuf_alloc() 346 p->flags = 0; in pbuf_alloc() 406 p->pbuf.flags = PBUF_FLAG_IS_CUSTOM; in pbuf_alloced_custom() 662 if ((p->flags & PBUF_FLAG_IS_CUSTOM) != 0) { in pbuf_free()
|
| /bin/ethinject/ |
| D | ethinject.c | 24 mbuf.flags = 0; in writePacket()
|
| /lib/liblwip/src/netif/ppp/ |
| D | vj.h | 137 u_short flags; member
|
| D | fsm.h | 82 int flags; /* Contains option bits */ member
|
| D | fsm.c | 107 f->flags = 0; in fsm_init() 133 if( f->flags & OPT_SILENT ) { in fsm_lowerup() 225 if( f->flags & OPT_SILENT ) { in fsm_open() 239 if( f->flags & OPT_RESTART ) { in fsm_open() 354 if( (f->flags & OPT_PASSIVE) == 0 && f->callbacks->finished ) { in fsm_timeout()
|
| /bin/ethdump/ |
| D | ethdump.c | 39 mbuf.flags = 0; in readPacket()
|
| /lib/liblwip/src/include/lwip/ |
| D | pbuf.h | 102 u8_t flags; member
|
| D | dhcp.h | 82 PACK_STRUCT_FIELD(u16_t flags);
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 170 if (p->flags & PBUF_FLAG_LLBCAST) { in ip_canforward() 174 if ((p->flags & PBUF_FLAG_LLMCAST) && !IP_MULTICAST(addr)) { in ip_canforward() 390 if ((inp->flags & NETIF_FLAG_IGMP) && (igmp_lookfor_group(inp, ¤t_iphdr_dest))) { 784 if ((p->flags & PBUF_FLAG_MCASTLOOP) != 0) {
|
| D | ip_addr.c | 65 } else if ((netif->flags & NETIF_FLAG_BROADCAST) == 0) { in ip4_addr_isbroadcast()
|
| D | igmp.c | 529 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip_addr_isany(ifaddr) || ip_addr_cmp(&(netif->ip_addr), … in igmp_joingroup() 599 …if ((netif->flags & NETIF_FLAG_IGMP) && ((ip_addr_isany(ifaddr) || ip_addr_cmp(&(netif->ip_addr), … in igmp_leavegroup()
|
| D | ip_frag.c | 421 if ((ipr->flags & IP_REASS_FLAG_LASTFRAG) != 0) { in ip_reass_chain_frag_into_datagram_and_validate() 559 ipr->flags |= IP_REASS_FLAG_LASTFRAG; in ip_reass()
|
| /sbin/sysctl/ |
| D | sysctl.c | 13 int flags; member
|
| /sys/kern/ |
| D | syscall.c | 276 Syscall_Open(uint64_t user_path, uint64_t flags) in Syscall_Open() argument 655 Syscall_FSMount(uint64_t user_mntpt, uint64_t user_device, uint64_t flags) in Syscall_FSMount() argument
|
| /lib/liblwip/test/unit/etharp/ |
| D | test_etharp.c | 49 netif->flags = NETIF_FLAG_BROADCAST | NETIF_FLAG_ETHARP | NETIF_FLAG_LINK_UP; in default_netif_init()
|