|
libnl 3.11.0
|
Data Structures | |
| struct | text_data |
Functions | |
| void | rtnl_ematch_text_set_from (struct rtnl_ematch *e, uint8_t layer, uint16_t offset) |
| uint16_t | rtnl_ematch_text_get_from_offset (struct rtnl_ematch *e) |
| uint8_t | rtnl_ematch_text_get_from_layer (struct rtnl_ematch *e) |
| void | rtnl_ematch_text_set_to (struct rtnl_ematch *e, uint8_t layer, uint16_t offset) |
| uint16_t | rtnl_ematch_text_get_to_offset (struct rtnl_ematch *e) |
| uint8_t | rtnl_ematch_text_get_to_layer (struct rtnl_ematch *e) |
| void | rtnl_ematch_text_set_pattern (struct rtnl_ematch *e, char *pattern, size_t len) |
| char * | rtnl_ematch_text_get_pattern (struct rtnl_ematch *e) |
| size_t | rtnl_ematch_text_get_len (struct rtnl_ematch *e) |
| void | rtnl_ematch_text_set_algo (struct rtnl_ematch *e, const char *algo) |
| char * | rtnl_ematch_text_get_algo (struct rtnl_ematch *e) |
| void rtnl_ematch_text_set_from | ( | struct rtnl_ematch * | e, |
| uint8_t | layer, | ||
| uint16_t | offset ) |
| uint16_t rtnl_ematch_text_get_from_offset | ( | struct rtnl_ematch * | e | ) |
| uint8_t rtnl_ematch_text_get_from_layer | ( | struct rtnl_ematch * | e | ) |
| void rtnl_ematch_text_set_to | ( | struct rtnl_ematch * | e, |
| uint8_t | layer, | ||
| uint16_t | offset ) |
| uint16_t rtnl_ematch_text_get_to_offset | ( | struct rtnl_ematch * | e | ) |
| uint8_t rtnl_ematch_text_get_to_layer | ( | struct rtnl_ematch * | e | ) |
| void rtnl_ematch_text_set_pattern | ( | struct rtnl_ematch * | e, |
| char * | pattern, | ||
| size_t | len ) |
| void rtnl_ematch_text_set_algo | ( | struct rtnl_ematch * | e, |
| const char * | algo ) |