summaryrefslogtreecommitdiff
path: root/src/libsystemd-network/test-lldp.c
Commit message (Expand)AuthorAgeFilesLines
* tests: use the test helpers in more placesZbigniew Jędrzejewski-Szmek2019-03-041-1/+2
* lldp: add 802.3 OUI subtype definitionsBeniamino Galvani2018-12-211-0/+4
* lldp: add test coverage for sd_lldp_get_neighbors() with multiple neighborsFilipe Brandenburger2018-12-181-0/+130
* Revert "lldp: add test coverage for sd_lldp_get_neighbors() with multiple nei...Filipe Brandenburger2018-12-151-130/+0
* lldp: add test coverage for sd_lldp_get_neighbors() with multiple neighborsFilipe Brandenburger2018-12-141-0/+130
* libsystemd-network: set SOCK_CLOEXEC and SOCK_NONBLOCKYu Watanabe2018-11-121-1/+1
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-4/+0
* tree-wide: use proper unicode © instead of (C) where we canLennart Poettering2018-06-141-2/+2
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test-lldp: use `memcmp` to compare bytes (#8054)Evgeny Vereshchagin2018-01-311-1/+1
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Fix missing space in comments (#5439)AsciiWolf2017-02-241-5/+5
* lldp: add proper ref counting to sd_lldp object and a separate call for setti...Lennart Poettering2016-06-061-2/+6
* lldp: move public macros to sd-lldp.h and namespace themBeniamino Galvani2016-03-241-12/+11
* sd-lldp: beef up callback logicLennart Poettering2016-02-211-1/+1
* sd-lldp: rework sd-lldp APILennart Poettering2016-02-211-265/+55
* test-lldp: fix error checking expressionsLennart Poettering2016-02-201-6/+6
* sd-lldp: drop "port" objectLennart Poettering2016-02-201-1/+1
* libsystemd-network: don't abbreviate "callback" as "cb" needlesslyLennart Poettering2016-02-201-1/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-271-5/+4
* doc: correct orthography, word forms and missing/extraneous wordsJan Engelhardt2015-11-061-1/+1
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering2015-10-251-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-6/+8
* lldp: add reception testsBeniamino Galvani2015-10-021-3/+228
* lldp: add sd_lldp_tlv_packet_get_destination_type()Beniamino Galvani2015-10-021-0/+11
* lldp: export opaque TLV type and accessor functionsBeniamino Galvani2015-10-021-2/+2
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-5/+0
* test-lldp: fix minor OOMLennart Poettering2015-02-101-3/+6
* test-lldp: initialize structs when we define themLennart Poettering2015-02-101-3/+3
* test-lldp: use strndup() where possibleLennart Poettering2015-02-101-6/+3
* libsystemd-network: Avoid potential NULL dereference in test-lldpPhilippe De Swert2015-02-101-0/+1
* network: add malloc-assertion in testDavid Herrmann2014-12-311-0/+2
* networkd: Introduce Link Layer Discovery Protocol (LLDP)Susant Sahani2014-12-191-0/+233