Changeset ba1a2fd in mainline
- Timestamp:
- 2010-10-31T19:22:46Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 89e57cee
- Parents:
- edc5a985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/tl/icmp/icmp.c
redc5a985 rba1a2fd 417 417 measured_string_t names[] = { 418 418 { 419 str_dup("ICMP_ERROR_REPORTING"),419 (char *) "ICMP_ERROR_REPORTING", 420 420 20 421 421 }, 422 422 { 423 str_dup("ICMP_ECHO_REPLYING"),423 (char *) "ICMP_ECHO_REPLYING", 424 424 18 425 425 }
Note:
See TracChangeset
for help on using the changeset viewer.