Searched refs:nbr (Results 1 – 3 of 3) sorted by relevance
731 pbnbr(long nbr, int base, int len) in pbnbr() argument738 if (nbr < 0) in pbnbr()741 nbr = -nbr; in pbnbr()743 while (nbr < 0) { in pbnbr()746 i = nbr%base; in pbnbr()747 nbr /= base; in pbnbr()751 ++nbr; in pbnbr()757 ++nbr; in pbnbr()864 xcalloc(size_t nbr, size_t size) in xcalloc() argument868 ptr = xmalloc(nbr * size); in xcalloc()[all …]
133 struct in_addr *nbr; in interpret_ospf_hello() local150 nbr = op->ospf_hello.hello_neighbor; in interpret_ospf_hello()152 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) { in interpret_ospf_hello()153 if ((uchar_t *)nbr + sizeof (struct in_addr) > in interpret_ospf_hello()157 ++nbr; in interpret_ospf_hello()189 nbr = op->ospf_hello.hello_neighbor; in interpret_ospf_hello()190 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) { in interpret_ospf_hello()191 if ((uchar_t *)nbr + sizeof (struct in_addr) > in interpret_ospf_hello()195 "Neighbor: %s", inet_ntoa(*nbr)); in interpret_ospf_hello()196 ++nbr; in interpret_ospf_hello()
80 uint32_t *nbr; in interpret_ospf6_hello() local98 nbr = op->ospf6_hello.hello_neighbor; in interpret_ospf6_hello()99 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) { in interpret_ospf6_hello()100 if ((uchar_t *)nbr + sizeof (struct in_addr) > in interpret_ospf6_hello()103 ++nbr; in interpret_ospf6_hello()137 nbr = op->ospf6_hello.hello_neighbor; in interpret_ospf6_hello()138 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) { in interpret_ospf6_hello()139 if ((uchar_t *)nbr + sizeof (struct in_addr) > in interpret_ospf6_hello()143 "Neigbor: %s", print_ipaddr(*nbr)); in interpret_ospf6_hello()144 ++nbr; in interpret_ospf6_hello()