Home
last modified time | relevance | path

Searched refs:lldpctl_k_port_index (Results 1 – 3 of 3) sorted by relevance

/dports/net-mgmt/lldpd/lldpd-1.0.8/src/lib/
H A Dlldpctl.h725 lldpctl_k_port_index, /**< `(I)` The port index. Only works for a local port. */ enumerator
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/lib/atoms/
H A Dport.c597 case lldpctl_k_port_index: in _lldpctl_atom_get_int_port()
/dports/net-mgmt/lldpd/lldpd-1.0.8/src/client/
H A Ddisplay.c713 local = lldpctl_atom_get_int(port, lldpctl_k_port_index)>0?1:0; in display_interface()