Searched defs:addr (Results 26 – 37 of 37) sorted by relevance
12
| /sys/amd64/include/ |
| D | amd64op.h | 104 static INLINE void wrmsr(uint32_t addr, uint64_t val) in wrmsr() 114 static INLINE uint64_t rdmsr(uint32_t addr) in rdmsr()
|
| /sys/kern/ |
| D | debug.c | 81 Debug_GetValue(uintptr_t addr, int size, bool isSigned) in Debug_GetValue()
|
| /sys/amd64/ |
| D | lapic.c | 116 LAPIC_StartAP(uint8_t apicid, uint32_t addr) in LAPIC_StartAP()
|
| /lib/liblwip/src/include/lwip/ |
| D | api_msg.h | 139 ip_addr_t *addr; member
|
| /lib/liblwip/src/core/ipv4/ |
| D | ip.c | 168 u32_t addr = ip4_addr_get_u32(ip_current_dest_addr()); in ip_canforward() local
|
| /lib/liblwip/src/core/ |
| D | dhcp.c | 803 void dhcp_arp_reply(struct netif *netif, ip_addr_t *addr) in dhcp_arp_reply() 1537 dhcp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in dhcp_recv()
|
| D | tcp.c | 1586 tcp_eff_send_mss(u16_t sendmss, ip_addr_t *addr) in tcp_eff_send_mss()
|
| /lib/liblwip/src/netif/ppp/ |
| D | ipcp.c | 389 #define ADDCIDNS(opt, neg, addr) \ in ipcp_addci() argument 493 #define ACKCIDNS(opt, neg, addr) \ in ipcp_ackci() argument
|
| D | ppp.c | 1271 GetMask(u32_t addr) in GetMask()
|
| /lib/liblwip/src/core/snmp/ |
| D | msg_in.c | 822 snmp_recv(void *arg, struct udp_pcb *pcb, struct pbuf *p, ip_addr_t *addr, u16_t port) in snmp_recv()
|
| /lib/liblwip/src/include/ipv4/lwip/ |
| D | ip_addr.h | 45 u32_t addr; member
|
| /lib/liblwip/src/api/ |
| D | sockets.c | 312 lwip_accept(int s, struct sockaddr *addr, socklen_t *addrlen) in lwip_accept() 565 ip_addr_t *addr; in lwip_recvfrom() local
|
12