/systemd-251/src/network/ |
D | test-network.c | 179 static bool address_equal(const Address *a1, const Address *a2) { in address_equal() argument 180 if (a1 == a2) in address_equal() 183 if (!a1 || !a2) in address_equal() 186 return address_compare_func(a1, a2) == 0; in address_equal() 190 _cleanup_(address_freep) Address *a1 = NULL, *a2 = NULL; in test_address_equality() 193 assert_se(address_new(&a2) >= 0); in test_address_equality() 197 assert_se(!address_equal(NULL, a2)); in test_address_equality() 198 assert_se(address_equal(a1, a2)); in test_address_equality() 201 assert_se(!address_equal(a1, a2)); in test_address_equality() 203 a2->family = AF_INET; in test_address_equality() [all …]
|
D | networkd-address.c | 286 static int address_kernel_compare_func(const Address *a1, const Address *a2) { in address_kernel_compare_func() argument 289 r = CMP(a1->family, a2->family); in address_kernel_compare_func() 296 r = CMP(a1->prefixlen, a2->prefixlen); in address_kernel_compare_func() 300 r = CMP(address_prefix(a1), address_prefix(a2)); in address_kernel_compare_func() 307 return memcmp(&a1->in_addr, &a2->in_addr, FAMILY_ADDRESS_SIZE(a1->family)); in address_kernel_compare_func() 343 int address_compare_func(const Address *a1, const Address *a2) { in address_compare_func() argument 346 r = CMP(a1->family, a2->family); in address_compare_func() 353 r = CMP(a1->prefixlen, a2->prefixlen); in address_compare_func() 357 r = memcmp(&a1->in_addr, &a2->in_addr, FAMILY_ADDRESS_SIZE(a1->family)); in address_compare_func() 361 r = memcmp(&a1->in_addr_peer, &a2->in_addr_peer, FAMILY_ADDRESS_SIZE(a1->family)); in address_compare_func() [all …]
|
D | networkd-address.h | 118 int address_compare_func(const Address *a1, const Address *a2);
|
/systemd-251/src/systemd/ |
D | sd-messages.h | 42 #define SD_MESSAGE_COREDUMP SD_ID128_MAKE(fc,2e,22,bc,6e,e6,47,b6,b9,07,29,ab,34,a2,5… 43 …D_MESSAGE_COREDUMP_STR SD_ID128_MAKE_STR(fc,2e,22,bc,6e,e6,47,b6,b9,07,29,ab,34,a2,50,b1) 53 #define SD_MESSAGE_SEAT_START SD_ID128_MAKE(fc,be,fc,5d,a2,3d,42,80,93,f9,7c,82,a9,29,0… 54 #define SD_MESSAGE_SEAT_START_STR SD_ID128_MAKE_STR(fc,be,fc,5d,a2,3d,42,80,93,f9,7c,82,a9,… 67 #define SD_MESSAGE_TAINTED SD_ID128_MAKE(50,87,6a,9d,b0,0f,4c,40,bd,e1,a2,ad,38,1c,3… 68 #define SD_MESSAGE_TAINTED_STR SD_ID128_MAKE_STR(50,87,6a,9d,b0,0f,4c,40,bd,e1,a2,ad,38,… 78 #define SD_MESSAGE_SLEEP_STOP SD_ID128_MAKE(88,11,e6,df,2a,8e,40,f5,8a,94,ce,a2,6f,8e,b… 79 #define SD_MESSAGE_SLEEP_STOP_STR SD_ID128_MAKE_STR(88,11,e6,df,2a,8e,40,f5,8a,94,ce,a2,6f,… 139 #define SD_MESSAGE_LID_OPENED SD_ID128_MAKE(b7,2e,a4,a2,88,15,45,a0,b5,0e,20,0e,55,b9,b… 140 #define SD_MESSAGE_LID_OPENED_STR SD_ID128_MAKE_STR(b7,2e,a4,a2,88,15,45,a0,b5,0e,20,0e,55,… [all …]
|
/systemd-251/src/shared/ |
D | creds-util.h | 54 …RED_AES256_GCM_BY_TPM2_ABSENT SD_ID128_MAKE(05,84,69,da,f6,f5,43,24,80,05,49,da,0f,8e,a2,fb) 61 #define _CRED_AUTO SD_ID128_MAKE(a2,19,cb,07,85,b2,4c,04,b1,6d,18,ca,b9,…
|
D | gpt.h | 17 #define GPT_ROOT_MIPS_LE SD_ID128_MAKE(37,c5,8c,8a,d9,13,41,56,a2,5f,48,b1,b6,4e,07,f0) 30 #define GPT_USR_ARC SD_ID128_MAKE(79,78,a6,83,63,16,49,22,bb,ee,38,bf,f5,a2,fe,cc) 52 #define GPT_ROOT_ARM_VERITY SD_ID128_MAKE(73,86,cd,f2,20,3c,47,a9,a4,98,f2,ec,ce,45,a2,d6) 77 #define GPT_USR_PPC64_VERITY SD_ID128_MAKE(bd,b5,28,a5,a2,59,47,5f,a8,7d,da,53,fa,73,6a,07) 96 #define GPT_ROOT_PPC64_LE_VERITY_SIG SD_ID128_MAKE(d4,a2,36,e7,e8,73,4c,07,bf,1d,bf,6c,f7,f1,c3,… 102 #define GPT_ROOT_S390_VERITY_SIG SD_ID128_MAKE(34,82,38,8e,42,54,43,5a,a2,41,76,6a,06,5f,99,… 112 #define GPT_USR_MIPS_LE_VERITY_SIG SD_ID128_MAKE(3e,23,ca,0b,a4,bc,4b,4e,80,87,5a,b6,a2,6a,a8,…
|
/systemd-251/test/test-network/conf/ |
D | 25-vxlan-ipv6.network | 17 Destination=fe80::2a2:e4ff:fef9:2269
|
/systemd-251/src/nspawn/ |
D | nspawn-network.c | 31 #define CONTAINER_HASH_KEY SD_ID128_MAKE(c3,c4,f9,19,b5,57,b2,1c,e6,cf,14,27,03,9c,ee,a2) 35 #define SHORTEN_IFNAME_HASH_KEY SD_ID128_MAKE(e1,90,a4,04,a8,ef,4b,51,8c,cc,c3,3a,9f,11,fc,a2)
|
/systemd-251/src/libsystemd-network/ |
D | dhcp-identifier.c | 19 #define APPLICATION_ID SD_ID128_MAKE(a5,0a,d1,12,bf,60,45,77,a2,fb,74,1a,b1,95,5b,03)
|
/systemd-251/hwdb.d/ |
D | pci.ids | 1415 43a2 SB900 PCI to PCI bridge (PCIE port 2) 2140 66a2 Vega 20 2698 67a2 Hawaii GL 3138 1028 02a2 Mobility Radeon HD 5730 3610 69a2 Vega 12 3778 73a2 Navi 21 Pro-XTA [Radeon Pro W6900X] 4045 1043 83a2 M4A785TD Motherboard 4049 1043 83a2 M4A785TD Motherboard 4167 99a2 Trinity 2 [Radeon HD 7420G] 4447 00a2 GD 5432 [Alpine] [all …]
|
D | usb.ids | 1132 05a2 Digital Camera 1264 01a2 WLI-UC-GNM Wireless LAN Adapter [Ralink RT8070] 1759 00a2 Type 7 Keyboard 2040 16a2 CC Debugger 2734 08a2 Labtec Webcam Pro 2805 09a2 QuickCam Communicate Deluxe/S7500 3627 04a2 FirePower Systems 3825 10a2 iP4200 4185 30a2 Camera 5906 01a2 MFC-8640D [all …]
|
D | 20-usb-vendor-model.hwdb | 42054 ID_MODEL_FROM_DATABASE=cyberJack pinpad(a2)
|
D | 20-pci-vendor-model.hwdb | 72009 ID_MODEL_FROM_DATABASE=Altra PCI Express Root Port a2
|