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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_ospf.c133 struct in_addr *nbr; local
150 nbr = op->ospf_hello.hello_neighbor;
152 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) {
153 if ((uchar_t *)nbr + sizeof (struct in_addr) >
157 ++nbr;
189 nbr = op->ospf_hello.hello_neighbor;
190 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) {
191 if ((uchar_t *)nbr + sizeof (struct in_addr) >
195 "Neighbor: %s", inet_ntoa(*nbr));
196 ++nbr;
[all...]
H A Dsnoop_ospf6.c80 uint32_t *nbr; local
98 nbr = op->ospf6_hello.hello_neighbor;
99 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) {
100 if ((uchar_t *)nbr + sizeof (struct in_addr) >
103 ++nbr;
137 nbr = op->ospf6_hello.hello_neighbor;
138 while ((uchar_t *)nbr < ((uchar_t *)op + fraglen)) {
139 if ((uchar_t *)nbr + sizeof (struct in_addr) >
143 "Neigbor: %s", print_ipaddr(*nbr));
144 ++nbr;
[all...]
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c731 pbnbr(long nbr, int base, int len) argument
738 if (nbr < 0)
741 nbr = -nbr;
743 while (nbr < 0) {
746 i = nbr%base;
747 nbr /= base;
751 ++nbr;
757 ++nbr;
864 xcalloc(size_t nbr, size_ argument
[all...]
/illumos-gate/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl182 / rdx = arg #3 (nbr, number of 64-byte blocks to process)
184 shl \$6, %rdx / rdx = nbr in bytes

Completed in 65 milliseconds