Searched refs:paddr (Results 1 - 4 of 4) sorted by relevance

/ast/src/lib/libast/string/
H A Dstrtoip4.c46 strtoip4(register const char* s, char** e, uint32_t* paddr, unsigned char* pbits) argument
143 if (paddr)
144 *paddr = addr;
/ast/src/cmd/dsslib/bgp/
H A Dbgp-ipma.c33 Bgpnum_t paddr; member in struct:Ipmastate_s
349 if (rp->addr.v4 != state->paddr || rp->bits != state->pbits)
351 state->paddr = rp->addr.v4;
H A Dbgp-ciscov6.c236 if (rp->addr == state->paddr && rp->bits == state->pbits)
240 state->paddr = rp->addr;
H A Dbgp-cisco.c33 Bgpnum_t paddr; member in struct:Ciscostate_s
335 if (rp->addr.v4 == state->paddr && rp->bits == state->pbits)
339 state->paddr = rp->addr.v4;

Completed in 9 milliseconds