Searched defs:first_byte (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/common_modules/newip/src/common/ |
D | nip_addr.c | 53 static inline int is_1byte_addr_flag(unsigned char first_byte) in is_1byte_addr_flag() 67 static inline int is_2byte_addr_flag(unsigned char first_byte) in is_2byte_addr_flag() 78 static inline int is_3byte_addr_flag(unsigned char first_byte) in is_3byte_addr_flag() 88 static inline int is_5byte_addr_flag(unsigned char first_byte) in is_5byte_addr_flag() 98 static inline int is_7byte_addr_flag(unsigned char first_byte) in is_7byte_addr_flag() 108 static inline int is_8byte_addr_flag(unsigned char first_byte) in is_8byte_addr_flag() 126 static inline int is_public_addr_flag(unsigned char first_byte) in is_public_addr_flag() 147 static int nip_addr_1byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_1byte_check() 167 static int nip_addr_2byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_2byte_check() 188 static int nip_addr_3byte_check(unsigned char first_byte, unsigned char second_byte, in nip_addr_3byte_check() [all …]
|
/kernel/linux/common_modules/newip/examples/ |
D | nip_lib.c | 51 unsigned char first_byte; in nip_addr_fmt() local
|
/kernel/linux/linux-5.10/drivers/staging/rts5208/ |
D | spi.c | 714 int first_byte = 1; in spi_write_flash() local
|
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/ |
D | mcp251xfd-regmap.c | 81 u8 first_byte, last_byte, len; in mcp251xfd_regmap_nocrc_update_bits() local
|
D | mcp251xfd-core.c | 189 u8 first_byte, last_byte, len; in mcp251xfd_cmd_prepare_write_reg() local
|
/kernel/linux/linux-5.10/fs/btrfs/ |
D | compression.c | 390 u64 first_byte = disk_start; in btrfs_submit_compressed_write() local
|
D | extent_io.c | 2962 struct bio *btrfs_bio_alloc(u64 first_byte) in btrfs_bio_alloc()
|