Searched refs:oui (Results 1 - 3 of 3) sorted by relevance

/systemd/src/libsystemd-network/
H A Dlldp-tlv.h39 uint8_t *oui; member in struct:sd_lldp_section
85 int lldp_tlv_packet_enter_container_oui(tlv_packet *m, const uint8_t *oui, uint8_t subtype);
H A Dlldp-tlv.c302 section->oui = p;
345 int lldp_tlv_packet_enter_container_oui(tlv_packet *m, const uint8_t *oui, uint8_t subtype) { argument
349 assert_return(oui, -EINVAL);
353 s->oui &&
355 !memcmp(s->oui, oui, LLDP_OUI_LEN))
/systemd/hwdb/
H A Dids-update.pl283 sub oui { subroutine
375 oui();

Completed in 2281 milliseconds