HomeSort by relevance Sort by last modified time
    Searched refs:nbr (Results 1 - 3 of 3) sorted by null

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_ospf.c 133 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...]
snoop_ospf6.c 80 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...]
  /onnv/onnv-gate/usr/src/cmd/sgs/m4/common/
m4.c 718 pbnbr(long nbr, int base, int len)
725 if (nbr < 0)
728 nbr = -nbr;
730 while (nbr < 0) {
733 i = nbr%base;
734 nbr /= base;
738 ++nbr;
744 ++nbr;
850 xcalloc(size_t nbr, size_t size
    [all...]

Completed in 780 milliseconds