Searched refs:hopcount (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/libexec/getty/
H A Dextern.h41 extern int hopcount;
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-eigrp.c132 u_int8_t hopcount; member in struct:eigrp_tlv_ip_int_t
152 u_int8_t hopcount; member in struct:eigrp_tlv_ip_ext_t
171 u_int8_t hopcount; member in struct:eigrp_tlv_at_int_t
190 u_int8_t hopcount; member in struct:eigrp_tlv_at_ext_t
348 tlv_ptr.eigrp_tlv_ip_int->hopcount,
385 tlv_ptr.eigrp_tlv_ip_ext->hopcount,
417 tlv_ptr.eigrp_tlv_at_int->hopcount,
448 tlv_ptr.eigrp_tlv_at_ext->hopcount,
H A Dprint-olsr.c99 u_int8_t hopcount; member in struct:olsr_msg4
109 u_int8_t hopcount; member in struct:olsr_msg6
327 msgptr.v6->hopcount,
355 msgptr.v4->hopcount,
/freebsd-9.3-release/sys/contrib/octeon-sdk/
H A Dcvmx-srio.c95 uint64_t hopcount : 8; /* Hopcount */ member in struct:__anon6609::__anon6610
99 uint64_t hopcount : 8;
578 * @param hopcount Number of hops to the remote device. Use 0 for the local Octeon.
585 int is16bit, uint8_t hopcount, uint32_t offset,
608 cvmx_dprintf("SRIO%d: Remote read [id=0x%04x hop=%3d offset=0x%06x] <= ", srio_port, destid, hopcount, (unsigned int)offset);
635 pkt |= hopcount; /* hopcount [7:0] */
659 pkt |= hopcount << 16; /* hopcount [23:16] */
711 srcid_index, destid, is16bit, offset + (hopcount<<2
584 cvmx_srio_config_read32(int srio_port, int srcid_index, int destid, int is16bit, uint8_t hopcount, uint32_t offset, uint32_t *result) argument
748 cvmx_srio_config_write32(int srio_port, int srcid_index, int destid, int is16bit, uint8_t hopcount, uint32_t offset, uint32_t data) argument
[all...]
H A Dcvmx-srio.h391 * @param hopcount Number of hops to the remote device. Use 0 for the local Octeon.
398 int is16bit, uint8_t hopcount, uint32_t offset,
410 * @param hopcount Number of hops to the remote device. Use 0 for the local Octeon.
417 int is16bit, uint8_t hopcount, uint32_t offset,
/freebsd-9.3-release/usr.bin/vgrind/
H A Dvgrindefs.c57 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
151 if (++hopcount > MAXHOP) {
/freebsd-9.3-release/usr.sbin/rtadvd/
H A Dadvcap.c82 static int hopcount; /* detect infinite loops in termcap, init 0 */ variable
202 if (++hopcount > MAXHOP) {

Completed in 76 milliseconds