/openbmc/linux/lib/crypto/ |
H A D | aesgcm.c | 43 * Returns: 0 on success, or -EINVAL if @keysize or @authsize contain values 60 return 0; in aesgcm_expandkey() 67 while (len > 0) { in aesgcm_ghash() 101 while (len > 0) { in aesgcm_crypt() 196 "\x58\xe2\xfc\xce\xfa\x7e\x30\x61" 202 "\x03\x88\xda\xce\x60\xb6\xa3\x92" 288 "\xce\xa7\x40\x3d\x4d\x60\x6b\x6e" 334 "\x76\xfc\x6e\xce\x0f\x4e\x17\x68" 377 "\xad\x49\x3a\xae\x98\xce\xa6\x66" 427 "\xce\x99\x46\x00\x54\xcb\xd8\x38" [all …]
|
H A D | chacha20poly1305-selftest.c | 31 0x49, 0x6e, 0x74, 0x65, 0x72, 0x6e, 0x65, 0x74, 32 0x2d, 0x44, 0x72, 0x61, 0x66, 0x74, 0x73, 0x20, 33 0x61, 0x72, 0x65, 0x20, 0x64, 0x72, 0x61, 0x66, 34 0x74, 0x20, 0x64, 0x6f, 0x63, 0x75, 0x6d, 0x65, 35 0x6e, 0x74, 0x73, 0x20, 0x76, 0x61, 0x6c, 0x69, 36 0x64, 0x20, 0x66, 0x6f, 0x72, 0x20, 0x61, 0x20, 37 0x6d, 0x61, 0x78, 0x69, 0x6d, 0x75, 0x6d, 0x20, 38 0x6f, 0x66, 0x20, 0x73, 0x69, 0x78, 0x20, 0x6d, 39 0x6f, 0x6e, 0x74, 0x68, 0x73, 0x20, 0x61, 0x6e, 40 0x64, 0x20, 0x6d, 0x61, 0x79, 0x20, 0x62, 0x65, [all …]
|
H A D | curve25519-selftest.c | 16 .private = { 0x77, 0x07, 0x6d, 0x0a, 0x73, 0x18, 0xa5, 0x7d, 17 0x3c, 0x16, 0xc1, 0x72, 0x51, 0xb2, 0x66, 0x45, 18 0xdf, 0x4c, 0x2f, 0x87, 0xeb, 0xc0, 0x99, 0x2a, 19 0xb1, 0x77, 0xfb, 0xa5, 0x1d, 0xb9, 0x2c, 0x2a }, 20 .public = { 0xde, 0x9e, 0xdb, 0x7d, 0x7b, 0x7d, 0xc1, 0xb4, 21 0xd3, 0x5b, 0x61, 0xc2, 0xec, 0xe4, 0x35, 0x37, 22 0x3f, 0x83, 0x43, 0xc8, 0x5b, 0x78, 0x67, 0x4d, 23 0xad, 0xfc, 0x7e, 0x14, 0x6f, 0x88, 0x2b, 0x4f }, 24 .result = { 0x4a, 0x5d, 0x9d, 0x5b, 0xa4, 0xce, 0x2d, 0xe1, 25 0x72, 0x8e, 0x3b, 0xf4, 0x80, 0x35, 0x0f, 0x25, [all …]
|
/openbmc/linux/crypto/ |
H A D | testmgr.h | 33 * @ksize: Length of @key in bytes (0 if no key) 103 * @crypt_error: When @novrfy=0, the expected error from encrypt(). When 191 "\x00\xAA\x36\xAB\xCE\x88\xAC\xFD\xFF\x55\x52\x3C\x7F\xC4\x52\x3F" 194 "\x9C\xE6\x16\xCE\x62\x4A\x11\xE0\x08\x6D\x34\x1E\xBC\xAC\xA0\xA1" 204 "\xCF\xCE\x33\x52\x52\x4D\x04\x16\xA5\xA4\x41\xE7\x00\xAF\x46\x12" 234 "\x00\xBB\xF8\x2F\x09\x06\x82\xCE\x9C\x23\x38\xAC\x2B\x9D\xA8\x71" 236 "\x1F\xB8\xDF\xBA\xAF\x03\x5C\x02\xAB\x61\xEA\x48\xCE\xEB\x6F\xCD" 251 "\x93\x99\x26\xED\x4F\x74\xA1\x3E\xDD\xFB\xE1\xA1\xCE\xCC\x48\x94" 264 "\xCF\xCE\x33\x52\x52\x4D\x04\x16\xA5\xA4\x41\xE7\x00\xAF\x46\x15" 288 "\x0e\xa0\x6c\xe5\x8f\x19\x4d\xce\x98\x47\x5f\xbd\x5f\xfe\xe5\x34" [all …]
|
H A D | dh.c | 27 memset(ctx, 0, sizeof(*ctx)); in dh_clear_ctx() 50 return (p_len < 2048) ? -EINVAL : 0; in dh_check_params_length() 52 return (p_len < 1536) ? -EINVAL : 0; in dh_check_params_length() 68 return 0; in dh_set_params() 80 if (crypto_dh_decode_key(buf, len, ¶ms) < 0) in dh_set_secret() 83 if (dh_set_params(ctx, ¶ms) < 0) in dh_set_secret() 90 return 0; in dh_set_secret() 120 if (mpi_cmp_ui(y, 1) < 1 || mpi_cmp(y, ctx->p) >= 0) in dh_is_pubkey_valid() 132 val = mpi_alloc(0); in dh_is_pubkey_valid() 159 if (ret != 0) in dh_is_pubkey_valid() [all …]
|
/openbmc/linux/fs/unicode/ |
H A D | utf8data.c_shipped | 8 0, 9 0x10100, 10 0x20000, 11 0x20100, 12 0x30000, 13 0x30100, 14 0x30200, 15 0x40000, 16 0x40100, 17 0x50000, [all …]
|
/openbmc/linux/drivers/gpu/drm/panel/ |
H A D | panel-boe-himax8279d.c | 62 gpiod_set_value(pinfo->enable_gpio, 0); in disable_gpios() 63 gpiod_set_value(pinfo->pp33_gpio, 0); in disable_gpios() 64 gpiod_set_value(pinfo->pp18_gpio, 0); in disable_gpios() 70 unsigned int i = 0; in send_mipi_cmds() 73 for (i = 0; i < pinfo->desc->on_cmds_num; i++) { in send_mipi_cmds() 77 if (err < 0) in send_mipi_cmds() 81 return 0; in send_mipi_cmds() 90 return 0; in boe_panel_disable() 93 if (err < 0) { in boe_panel_disable() 100 return 0; in boe_panel_disable() [all …]
|
H A D | panel-samsung-s6e8aa0.c | 34 #define PANELCTL_SS_1_800 (0 << 5) 41 #define PANELCTL_CLK1_000 (0 << 3) 43 #define PANELCTL_CLK2_CON_MASK (7 << 0) 44 #define PANELCTL_CLK2_000 (0 << 0) 45 #define PANELCTL_CLK2_001 (1 << 0) 48 #define PANELCTL_INT1_000 (0 << 3) 50 #define PANELCTL_INT2_CON_MASK (7 << 0) 51 #define PANELCTL_INT2_000 (0 << 0) 52 #define PANELCTL_INT2_001 (1 << 0) 55 #define PANELCTL_BICTL_000 (0 << 3) [all …]
|
H A D | panel-magnachip-d53e6ea8966.c | 74 #define MCS_ELVSS_ON 0xb1 75 #define MCS_TEMP_SWIRE 0xb2 76 #define MCS_PASSWORD_0 0xf0 77 #define MCS_PASSWORD_1 0xf1 78 #define MCS_ANALOG_PWR_CTL_0 0xf4 79 #define MCS_ANALOG_PWR_CTL_1 0xf5 80 #define MCS_GTCON_SET 0xf7 81 #define MCS_GATELESS_SIGNAL_SET 0xf8 82 #define MCS_SET_GAMMA 0xf9 91 {0x01, 0x79, 0x78, 0x8d, 0xd9, 0xdf, 0xd5, 0xcb, 0xcf, 0xc5, [all …]
|
/openbmc/linux/drivers/media/tuners/ |
H A D | tuner-types.c | 43 * 0x80 = Control Byte 44 * 0x40 = 250 uA charge pump (irrelevant) 45 * 0x18 = Aux Byte to follow 46 * 0x06 = 64.5 kHz divider (irrelevant) 47 * 0x01 = Disable Vt (aka sleep) 49 * 0x00 = AGC Time constant 2s Iagc = 300 nA (vs 0x80 = 9 nA) 50 * 0x50 = AGC Take over point = 103 dBuV 52 static u8 tua603x_agc103[] = { 2, 0x80|0x40|0x18|0x06|0x01, 0x00|0x50 }; 54 /* 0x04 = 166.67 kHz divider 56 * 0x80 = AGC Time constant 50ms Iagc = 9 uA [all …]
|
/openbmc/qemu/tests/bench/ |
H A D | test_akcipher_keys.c.inc | 12 0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 13 0x81, 0x81, 0x00, 0xe6, 0x4d, 0x76, 0x4f, 0xb2, 14 0x97, 0x09, 0xad, 0x9d, 0x17, 0x33, 0xf2, 0x30, 15 0x42, 0x83, 0xa9, 0xcb, 0x49, 0xa4, 0x2e, 0x59, 16 0x5e, 0x75, 0x51, 0xd1, 0xac, 0xc8, 0x86, 0x3e, 17 0xdb, 0x72, 0x2e, 0xb2, 0xf7, 0xc3, 0x5b, 0xc7, 18 0xea, 0xed, 0x30, 0xd1, 0xf7, 0x37, 0xee, 0x9d, 19 0x36, 0x59, 0x6f, 0xf8, 0xce, 0xc0, 0x5c, 0x82, 20 0x80, 0x37, 0x83, 0xd7, 0x45, 0x6a, 0xe9, 0xea, 21 0xc5, 0x3a, 0x59, 0x6b, 0x34, 0x31, 0x44, 0x00, [all …]
|
/openbmc/qemu/hw/arm/ |
H A D | aspeed_eeprom.c | 12 0x01, 0x00, 0x00, 0x01, 0x0d, 0x00, 0x00, 0xf1, 0x01, 0x0c, 0x00, 0x36, 13 0xe6, 0xd0, 0xc6, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xd2, 0x42, 0x4d, 14 0x43, 0x20, 0x53, 0x74, 0x6f, 0x72, 0x61, 0x67, 0x65, 0x20, 0x4d, 0x6f, 15 0x64, 0x75, 0x6c, 0x65, 0xcd, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 16 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xce, 0x58, 0x58, 0x58, 0x58, 0x58, 17 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xc3, 0x31, 0x2e, 18 0x30, 0xc9, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xd2, 19 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 20 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xc1, 0x39, 0x01, 0x0c, 0x00, 0xc6, 21 0x58, 0x58, 0x58, 0x58, 0x58, 0x58, 0xd2, 0x54, 0x69, 0x6f, 0x67, 0x61, [all …]
|
/openbmc/linux/net/wireless/certs/ |
H A D | wens.hex | 2 0x30, 0x82, 0x02, 0xa7, 0x30, 0x82, 0x01, 0x8f, 3 0x02, 0x14, 0x61, 0xc0, 0x38, 0x65, 0x1a, 0xab, 4 0xdc, 0xf9, 0x4b, 0xd0, 0xac, 0x7f, 0xf0, 0x6c, 5 0x72, 0x48, 0xdb, 0x18, 0xc6, 0x00, 0x30, 0x0d, 6 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 7 0x01, 0x01, 0x0b, 0x05, 0x00, 0x30, 0x0f, 0x31, 8 0x0d, 0x30, 0x0b, 0x06, 0x03, 0x55, 0x04, 0x03, 9 0x0c, 0x04, 0x77, 0x65, 0x6e, 0x73, 0x30, 0x20, 10 0x17, 0x0d, 0x32, 0x33, 0x31, 0x32, 0x30, 0x31, 11 0x30, 0x37, 0x34, 0x31, 0x31, 0x34, 0x5a, 0x18, [all …]
|
/openbmc/qemu/tests/unit/ |
H A D | test-crypto-pbkdf.c | 176 "\xd9\x2a\xce\x1d\x41\xf0\xd8\xde\x89\x57", 221 .key = "pass\0word", 223 .salt = "sa\0lt", 237 .nkey = 0, 325 "\xce\xbf\x91\x14\x8b\x5c\x48\x41", 337 .out = "\x48\x71\x1b\x58\xa3\xcb\xce\x06" 339 "\x6a\xe2\xb3\x5b\x95\xce\xc8\xce" 344 #if 0 367 return '0' + i; in hex() 378 for (i = 0; i < len; i++) { in hex_string() [all …]
|
H A D | test-crypto-akcipher.c | 29 0x30, 0x82, 0x02, 0x5c, 0x02, 0x01, 0x00, 0x02, 30 0x81, 0x81, 0x00, 0xe6, 0x4d, 0x76, 0x4f, 0xb2, 31 0x97, 0x09, 0xad, 0x9d, 0x17, 0x33, 0xf2, 0x30, 32 0x42, 0x83, 0xa9, 0xcb, 0x49, 0xa4, 0x2e, 0x59, 33 0x5e, 0x75, 0x51, 0xd1, 0xac, 0xc8, 0x86, 0x3e, 34 0xdb, 0x72, 0x2e, 0xb2, 0xf7, 0xc3, 0x5b, 0xc7, 35 0xea, 0xed, 0x30, 0xd1, 0xf7, 0x37, 0xee, 0x9d, 36 0x36, 0x59, 0x6f, 0xf8, 0xce, 0xc0, 0x5c, 0x82, 37 0x80, 0x37, 0x83, 0xd7, 0x45, 0x6a, 0xe9, 0xea, 38 0xc5, 0x3a, 0x59, 0x6b, 0x34, 0x31, 0x44, 0x00, [all …]
|
H A D | test-uuid.c | 33 0x58, 0x6e, 0xce, 0x27, 0x7f, 0x09, 0x41, 0xe0, 34 0x9e, 0x74, 0xe9, 0x01, 0x31, 0x7e, 0x9d, 0x42, 42 "0CC6C752-3961-4028-A286-C05CC616D396", 44 0x0c, 0xc6, 0xc7, 0x52, 0x39, 0x61, 0x40, 0x28, 45 0xa2, 0x86, 0xc0, 0x5c, 0xc6, 0x16, 0xd3, 0x96, 49 "0CC6C752-3961-4028-a286-c05cc616D396", 51 0x0c, 0xc6, 0xc7, 0x52, 0x39, 0x61, 0x40, 0x28, 52 0xa2, 0x86, 0xc0, 0x5c, 0xc6, 0x16, 0xd3, 0x96, 62 "0cc6c75239614028a286c05cc616d396", 64 "0cc6c-7523961-4028-a286-c05cc616d396", [all …]
|
/openbmc/linux/drivers/media/pci/solo6x10/ |
H A D | solo6x10-jpeg.h | 16 0xff, 0xd8, 0xff, 0xfe, 0x00, 0x0d, 0x42, 0x6c, 17 0x75, 0x65, 0x63, 0x68, 0x65, 0x72, 0x72, 0x79, 18 0x20, 0xff, 0xdb, 0x00, 0x43, 0x00, 0x20, 0x16, 19 0x18, 0x1c, 0x18, 0x14, 0x20, 0x1c, 0x1a, 0x1c, 20 0x24, 0x22, 0x20, 0x26, 0x30, 0x50, 0x34, 0x30, 21 0x2c, 0x2c, 0x30, 0x62, 0x46, 0x4a, 0x3a, 0x50, 22 0x74, 0x66, 0x7a, 0x78, 0x72, 0x66, 0x70, 0x6e, 23 0x80, 0x90, 0xb8, 0x9c, 0x80, 0x88, 0xae, 0x8a, 24 0x6e, 0x70, 0xa0, 0xda, 0xa2, 0xae, 0xbe, 0xc4, 25 0xce, 0xd0, 0xce, 0x7c, 0x9a, 0xe2, 0xf2, 0xe0, [all …]
|
/openbmc/u-boot/lib/tizen/ |
H A D | tizen_logo_16bpp_gzip.h | 12 0x1f,0x8b,0x08,0x08,0xd9,0x76,0x29,0x53,0x00,0x03,0x74,0x69,0x7a,0x65,0x6e,0x5f, 13 0x6c,0x6f,0x67,0x6f,0x2e,0x62,0x6d,0x70,0x00,0xed,0x9d,0x6f,0x6c,0x1b,0x67,0x7e, 14 0xe7,0xa9,0x4d,0x80,0x65,0xbb,0x2e,0x56,0xb1,0xd8,0x25,0xcf,0x0a,0x70,0x52,0xa4, 15 0x2d,0xc2,0x5a,0x39,0x58,0x35,0xf7,0x42,0x35,0x7a,0x63,0xd5,0x6a,0x1b,0x9d,0x5c, 16 0xd4,0x0a,0x85,0xca,0xde,0x35,0x70,0x1b,0xc7,0x29,0xbc,0xaa,0xbb,0x50,0x14,0x0a, 17 0xd6,0x79,0xdf,0x9c,0x2b,0x07,0x88,0xa1,0xb8,0x88,0x4a,0x11,0x2b,0x83,0x7a,0x71, 18 0xc9,0xd2,0x6e,0x1d,0x4c,0x76,0xa1,0x60,0x28,0x44,0xc5,0xe8,0x8d,0x6b,0xba,0xbd, 19 0x14,0xca,0x56,0xba,0x0e,0x51,0x05,0x70,0x0b,0x24,0xa8,0x83,0x7a,0xef,0x5c,0x54, 20 0x77,0x61,0x6a,0xbf,0xb9,0x79,0xe6,0x99,0xe7,0x79,0x7e,0xf3,0x87,0x9c,0x67,0x86, 21 0xc3,0x7f,0xca,0xf3,0x7d,0x30,0x1a,0x92,0xe2,0x9f,0x21,0x39,0x1f,0x7e,0x7f,0xcf, [all …]
|
/openbmc/linux/drivers/media/usb/gspca/ |
H A D | topro.c | 22 0xff, 0xd8, /* jpeg */ 25 0xff, 0xdb, 0x00, 0x84, /* DQT */ 26 0, 28 0x10, 0x0b, 0x0c, 0x0e, 0x0c, 0x0a, 0x10, 0x0e, 29 0x0d, 0x0e, 0x12, 0x11, 0x10, 0x13, 0x18, 0x28, 30 0x1a, 0x18, 0x16, 0x16, 0x18, 0x31, 0x23, 0x25, 31 0x1d, 0x28, 0x3a, 0x33, 0x3d, 0x3c, 0x39, 0x33, 32 0x38, 0x37, 0x40, 0x48, 0x5c, 0x4e, 0x40, 0x44, 33 0x57, 0x45, 0x37, 0x38, 0x50, 0x6d, 0x51, 0x57, 34 0x5f, 0x62, 0x67, 0x68, 0x67, 0x3e, 0x4d, 0x71, [all …]
|
/openbmc/openbmc/meta-google/recipes-google/networking/gbmc-bridge/ |
H A D | gbmc-br-ula.sh | 31 if (( val & GBMC_BR_ULA_SFX_HAS_LL == 0 )); then 41 (( bytes[0] == 0xfe && bytes[1] == 0x80 && bytes[2] == 0x00 && 42 bytes[3] == 0x00 && bytes[4] == 0x00 && bytes[5] == 0x00 && 43 bytes[6] == 0x00 && bytes[7] == 0x00 )) 49 (( bytes[0] == 0xfd && bytes[1] == 0xb5 && bytes[2] == 0x04 && 50 bytes[3] == 0x81 && bytes[4] == 0x10 && bytes[5] == 0xce && 51 bytes[6] == 0x00 && bytes[7] == 0x00 )) 61 local val=0 67 return 0 71 pfx_bytes[0]=0xfd [all …]
|
/openbmc/linux/sound/drivers/opl4/ |
H A D | yrw801.c | 40 snd_opl4_read_memory(opl4, buf, 0x001200, 15); in snd_yrw801_detect() 43 snd_opl4_read_memory(opl4, buf, 0x1ffffe, 2); in snd_yrw801_detect() 44 if (buf[0] != 0x01) in snd_yrw801_detect() 46 snd_printdd("YRW801 ROM version %02x.%02x\n", buf[0], buf[1]); in snd_yrw801_detect() 47 return 0; in snd_yrw801_detect() 58 {0x14, 0x27, {0x12c,7474,100, 0,0,0x00,0xc8,0x20,0xf2,0x13,0x08,0x0}}, 59 {0x28, 0x2d, {0x12d,6816,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 60 {0x2e, 0x33, {0x12e,5899,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 61 {0x34, 0x39, {0x12f,5290,100, 0,0,0x00,0xc8,0x20,0xf2,0x14,0x08,0x0}}, 62 {0x3a, 0x3f, {0x130,4260,100, 0,0,0x0a,0xc8,0x20,0xf2,0x14,0x08,0x0}}, [all …]
|
/openbmc/linux/lib/ |
H A D | crc7.c | 18 0x00, 0x12, 0x24, 0x36, 0x48, 0x5a, 0x6c, 0x7e, 19 0x90, 0x82, 0xb4, 0xa6, 0xd8, 0xca, 0xfc, 0xee, 20 0x32, 0x20, 0x16, 0x04, 0x7a, 0x68, 0x5e, 0x4c, 21 0xa2, 0xb0, 0x86, 0x94, 0xea, 0xf8, 0xce, 0xdc, 22 0x64, 0x76, 0x40, 0x52, 0x2c, 0x3e, 0x08, 0x1a, 23 0xf4, 0xe6, 0xd0, 0xc2, 0xbc, 0xae, 0x98, 0x8a, 24 0x56, 0x44, 0x72, 0x60, 0x1e, 0x0c, 0x3a, 0x28, 25 0xc6, 0xd4, 0xe2, 0xf0, 0x8e, 0x9c, 0xaa, 0xb8, 26 0xc8, 0xda, 0xec, 0xfe, 0x80, 0x92, 0xa4, 0xb6, 27 0x58, 0x4a, 0x7c, 0x6e, 0x10, 0x02, 0x34, 0x26, [all …]
|
/openbmc/linux/crypto/asymmetric_keys/ |
H A D | selftest.c | 75 "\xf5\x87\x03\xbb\x33\xce\x1b\x73\xee\x02\xec\xcd\xee\x5b\x88\x17" 77 "\x14\xf5\x87\x03\xbb\x33\xce\x1b\x73\xee\x02\xec\xcd\xee\x5b\x88" 145 "\x23\x99\xcf\x7d\x20\xb2\x39\x01\xc0\x12\xce\xd7\x5d\x2f\xb6\xab" 160 "\x14\x5a\x20\x24\xa8\x12\xdf\x25\xbd\x42\xce\x96\x7c\x2e\xba\x14" 199 if (ret < 0) in fips_signature_selftest() 202 for (i = 0; i < ARRAY_SIZE(certs_tests); i++) { in fips_signature_selftest() 213 if (ret < 0) in fips_signature_selftest() 217 if (ret < 0) in fips_signature_selftest() 224 return 0; in fips_signature_selftest()
|
/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_misc_tcp_hdr_options.c | 20 __u16 active_lport_n = 0; 21 __u16 active_lport_h = 0; 22 __u16 passive_lport_n = 0; 23 __u16 passive_lport_h = 0; 26 unsigned int nr_pure_ack = 0; 27 unsigned int nr_data = 0; 28 unsigned int nr_syn = 0; 29 unsigned int nr_fin = 0; 30 unsigned int nr_hwtstamp = 0; 42 __u64 load_flags = check_syn ? BPF_LOAD_HDR_OPT_TCP_SYN : 0; in __check_active_hdr_in() [all …]
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | tcp_hdr_options.c | 51 return 0; in create_netns() 63 fprintf(stderr, "%s{flags:0x%x, max_delack_ms:%u, rand:0x%x}\n", in print_option() 80 if (!ASSERT_EQ(ret, 0, "read-after-shutdown(passive_fd):")) in sk_fds_shutdown() 85 if (!ASSERT_EQ(ret, 0, "read-after-shutdown(active_fd):")) in sk_fds_shutdown() 88 return 0; in sk_fds_shutdown() 97 sk_fds->srv_fd = start_server(AF_INET6, SOCK_STREAM, LO_ADDR6, 0, 0); in sk_fds_connect() 103 sizeof(fast), 0); in sk_fds_connect() 105 sk_fds->active_fd = connect_to_fd(sk_fds->srv_fd, 0); in sk_fds_connect() 124 sk_fds->passive_fd = accept(sk_fds->srv_fd, NULL, 0); in sk_fds_connect() 139 return 0; in sk_fds_connect() [all …]
|