Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipcp.h52 bool req_addr; /* Ask peer to send IP address? */ member
H A Dipcp.c479 wo->req_addr = (wo->neg_addr || wo->old_addrs) &&
1077 wo->req_addr = 0; /* don't NAK with 0.0.0.0 later */
1153 wo->req_addr = 0; /* don't NAK with 0.0.0.0 later */
1318 wo->req_addr && !dont_nak) {
1320 wo->req_addr = 0; /* don't ask again */
/illumos-gate/usr/src/uts/sun4/io/
H A Debus.c558 uint32_t req_addr = ebus_rp->addr_low; in ebus_apply_range() local
570 ebus_rp->addr_hi, req_addr, ebus_rp->size); in ebus_apply_range()
583 if (req_addr < rng_caddr_low) in ebus_apply_range()
586 if ((req_addr + ebus_rp->size - 1) in ebus_apply_range()
590 addr_offset = req_addr - rng_caddr_low; in ebus_apply_range()
/illumos-gate/usr/src/uts/common/inet/
H A Dilb.h218 in6_addr_t req_addr; member
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_nat.c287 st_ret->persist_req_addr = st->req_addr; in ilbd_show_sticky()
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_conn.c1523 st[j].req_addr = curp->src; in ilb_list_sticky()