Home
last modified time | relevance | path

Searched refs:address (Results 1 – 6 of 6) sorted by relevance

/sys/amd64/
Ddisasm.c1100 struct i_addr address; in db_disasm_esc() local
1114 loc = db_read_address(loc, short_addr, rex, regmodrm, &address); in db_disasm_esc()
1139 db_print_address(seg, BYTE, rex, &address); in db_disasm_esc()
1206 struct i_addr address; in db_disasm() local
1286 loc = db_read_address(loc, short_addr, rex, regmodrm, &address); in db_disasm()
1450 db_print_address(seg, size, rex, &address); in db_disasm()
1455 db_print_address(seg, size, rex, &address); in db_disasm()
1459 db_print_address(seg, (rex & REX_W) ? QUAD : LONG, rex, &address); in db_disasm()
1463 db_print_address(seg, LONG, 0, &address); in db_disasm()
1467 db_print_address(seg, WORD, rex, &address); in db_disasm()
[all …]
Dkernel.lds76 /* Adjust the address for the data segment. We want to adjust up to
77 the same address within the page on the next page up. */
/lib/liblwip/doc/
Drawapi.txt113 Binds the pcb to a local IP address and port number. The IP address
324 pcb is not active until it has either been bound to a local address
325 or connected to a remote address.
334 Binds the pcb to a local address. The IP-address argument "ipaddr"
336 address. The function currently always return ERR_OK.
342 network traffic, but only set the remote address of the pcb.
347 any network traffic, but only removes the remote address of the pcb.
Dsnmp_agent.txt30 Writing to or changing the ARP and IP address and route
/lib/liblwip/
DUPGRADING106 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
136 existing connections when assigning a routable address)
DCHANGELOG338 current src/dest IP address while in input functions.
517 LWIP_RAM_HEAP_POINTER as a void pointer to that memory's address
649 replugging the network cable after an AutoIP address was assigned.
749 * snmp_msg.c: Fixed bug #29256: SNMP Trap address was not correctly set
758 when assiging routable address): when checking incoming packets and
759 aborting existing connection on address change, filter out link-local
1075 valid DHCP packets -> allow 0.0.0.0 as source address when LWIP_DHCP is
1086 * autoip.c: Fixed bug #27704: autoip starts with wrong address
1087 LWIP_AUTOIP_CREATE_SEED_ADDR() returned address in host byte order instead
1185 "seed" address. This should reduce AUTOIP conflicts if
[all …]