Home
last modified time | relevance | path

Searched defs:first_byte (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/common_modules/newip/src/common/
Dnip_addr.c53 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/
Dnip_lib.c51 unsigned char first_byte; in nip_addr_fmt() local
/kernel/linux/linux-5.10/drivers/staging/rts5208/
Dspi.c714 int first_byte = 1; in spi_write_flash() local
/kernel/linux/linux-5.10/drivers/net/can/spi/mcp251xfd/
Dmcp251xfd-regmap.c81 u8 first_byte, last_byte, len; in mcp251xfd_regmap_nocrc_update_bits() local
Dmcp251xfd-core.c189 u8 first_byte, last_byte, len; in mcp251xfd_cmd_prepare_write_reg() local
/kernel/linux/linux-5.10/fs/btrfs/
Dcompression.c390 u64 first_byte = disk_start; in btrfs_submit_compressed_write() local
Dextent_io.c2962 struct bio *btrfs_bio_alloc(u64 first_byte) in btrfs_bio_alloc()