Systemd/src/libsystemd-network
David Herrmann 9ef61f2e48 sd-lldp: hide internal details
Currently, sd-lldp.h exports "UPDATE_INFO".. and defines it to a magic
constant '10'. This is completely bogus, so fix it to follow our coding
standards:

  - Prefix exported symbols by SD_LLDP_*

  - Define a separate event-enum for event types

  - Translate internal state to external event-types
2015-09-22 15:19:42 +02:00
..
arp-util.c sd-ipv4ll: filter out unwanted ARP packets in the kernel 2015-09-18 15:14:42 +02:00
arp-util.h sd-ipv4ll: filter out unwanted ARP packets in the kernel 2015-09-18 15:14:42 +02:00
dhcp-identifier.c basic: rework virtualization detection API 2015-09-07 13:42:47 +02:00
dhcp-identifier.h dhcp-identifier: fix for unaligned write 2015-05-19 18:00:26 +02:00
dhcp-internal.h dhcp: generic data should be void*, not uint8_t* 2015-08-26 23:05:34 +02:00
dhcp-lease-internal.h dhcp: fix n_ref type 2015-08-27 19:55:29 +02:00
dhcp-network.c remove unused includes 2015-02-23 23:53:42 +01:00
dhcp-option.c network: s/user_data/userdata/ 2015-08-26 22:47:53 +02:00
dhcp-packet.c remove unused includes 2015-02-23 23:53:42 +01:00
dhcp-protocol.h dhcp,network: implement RFC 4833 (DHCP Timezone option) 2015-08-26 20:44:20 +02:00
dhcp-server-internal.h sd-dhcp-server: simplify pool creation 2015-08-31 21:34:58 +02:00
dhcp6-internal.h dhcp6-option: Add helper function for uncompressed domain names 2015-08-21 11:23:21 +03:00
dhcp6-lease-internal.h dhcp: stop using refcnt.h 2015-08-26 21:05:53 +02:00
dhcp6-network.c tree-wide: we place the opening bracket on the same line as the function name 2015-08-27 17:48:24 +02:00
dhcp6-option.c tree-wide: we place the opening bracket on the same line as the function name 2015-08-27 17:48:24 +02:00
dhcp6-protocol.h sd-dhcp6: Support deprecated SNTP Configuration Option 2015-08-21 11:23:22 +03:00
lldp-internal.c network: get rid of more RefCnt usage 2015-08-27 19:56:52 +02:00
lldp-internal.h network: get rid of more RefCnt usage 2015-08-27 19:56:52 +02:00
lldp-network.c remove unused includes 2015-02-23 23:53:42 +01:00
lldp-network.h networkd: Introduce Link Layer Discovery Protocol (LLDP) 2014-12-19 08:02:45 +05:30
lldp-port.c sd-lldp: minor header cleanup 2014-12-19 22:42:03 +01:00
lldp-port.h sd-lldp: hide internal information 2015-09-22 15:14:49 +02:00
lldp-tlv.c tree-wide: remove spurious space 2015-06-08 23:11:26 +02:00
lldp-tlv.h networkd: Introduce Link Layer Discovery Protocol (LLDP) 2014-12-19 08:02:45 +05:30
lldp-util.h sd-lldp: minor header cleanup 2014-12-19 22:42:03 +01:00
lldp.h networkd: Introduce Link Layer Discovery Protocol (LLDP) 2014-12-19 08:02:45 +05:30
Makefile sd-network: add new library 2014-02-28 01:01:13 +01:00
network-internal.c sd-icmp6-nd: fix namespacing 2015-09-22 15:01:55 +02:00
network-internal.h dhcp: generic data should be void*, not uint8_t* 2015-08-26 23:05:34 +02:00
sd-dhcp-client.c sd-dhcp: fix namespacing 2015-09-22 14:46:21 +02:00
sd-dhcp-lease.c tree-wide: do not shadow the global var timezone 2015-09-01 18:20:13 +02:00
sd-dhcp-server.c Merge pull request #1108 from phomes/dont-shadow-globals 2015-09-01 18:33:54 +02:00
sd-dhcp6-client.c sd-dhcp6: fix namespacing 2015-09-22 14:52:23 +02:00
sd-dhcp6-lease.c tree-wide: we place the opening bracket on the same line as the function name 2015-08-27 17:48:24 +02:00
sd-icmp6-nd.c sd-icmp6-nd: fix namespacing 2015-09-22 15:01:55 +02:00
sd-ipv4acd.c sd-ipv4acd: fix namespacing 2015-09-22 15:05:35 +02:00
sd-ipv4ll.c sd-ipv4ll: fix namespacing 2015-09-22 15:08:28 +02:00
sd-lldp.c sd-lldp: hide internal details 2015-09-22 15:19:42 +02:00
sd-pppoe.c sd-pppoe: fix namespacing 2015-09-22 15:09:58 +02:00
test-acd.c sd-ipv4acd: fix namespacing 2015-09-22 15:05:35 +02:00
test-dhcp-client.c sd-dhcp: fix namespacing 2015-09-22 14:46:21 +02:00
test-dhcp-option.c dhcp: generic data should be void*, not uint8_t* 2015-08-26 23:05:34 +02:00
test-dhcp-server.c sd-dhcp-server: simplify pool creation 2015-08-31 21:34:58 +02:00
test-dhcp6-client.c sd-dhcp6: fix namespacing 2015-09-22 14:52:23 +02:00
test-icmp6-rs.c sd-icmp6-nd: fix namespacing 2015-09-22 15:01:55 +02:00
test-ipv4ll-manual.c sd-ipv4ll: fix namespacing 2015-09-22 15:08:28 +02:00
test-ipv4ll.c sd-ipv4ll: fix namespacing 2015-09-22 15:08:28 +02:00
test-lldp.c remove unused includes 2015-02-23 23:53:42 +01:00
test-pppoe.c sd-pppoe: fix namespacing 2015-09-22 15:09:58 +02:00