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

/opensolaris-onvv-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...]
/opensolaris-onvv-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.c727 pbnbr(long nbr, int base, int len) argument
734 if (nbr < 0)
737 nbr = -nbr;
739 while (nbr < 0) {
742 i = nbr%base;
743 nbr /= base;
747 ++nbr;
753 ++nbr;
859 xcalloc(size_t nbr, size_ argument
[all...]
/opensolaris-onvv-gate/usr/src/common/crypto/md5/amd64/
H A Dmd5_amd64.pl174 / rdx = arg #3 (nbr, number of 64-byte blocks to process)
176 shl \$6, %rdx / rdx = nbr in bytes

Completed in 103 milliseconds