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

/ast/src/lib/libast/string/
H A Dstrtoip4.c41 * if pbits!=0 and no bits/mask specified then trailing 0's in addr
46 strtoip4(register const char* s, char** e, uint32_t* paddr, unsigned char* pbits) argument
98 if (pbits)
138 if (*pbits = bits)
/ast/src/cmd/dsslib/bgp/
H A Dbgp-ipma.c34 Bgpnum_t pbits; member in struct:Ipmastate_s
349 if (rp->addr.v4 != state->paddr || rp->bits != state->pbits)
352 state->pbits = rp->bits;
H A Dbgp-ciscov6.c236 if (rp->addr == state->paddr && rp->bits == state->pbits)
241 state->pbits = rp->bits;
H A Dbgp-cisco.c34 Bgpnum_t pbits; member in struct:Ciscostate_s
335 if (rp->addr.v4 == state->paddr && rp->bits == state->pbits)
340 state->pbits = rp->bits;

Completed in 37 milliseconds