Changeset bbb7ffe in mainline for uspace/srv/net/dhcp/dhcp_std.h
- Timestamp:
- 2022-06-24T09:40:05Z (3 years ago)
- Branches:
- master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b7155d7
- Parents:
- 52214a2
- git-author:
- Jiri Svoboda <jiri@…> (2022-07-23 19:39:46)
- git-committer:
- Jiri Svoboda <jiri@…> (2022-06-24 09:40:05)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/dhcp/dhcp_std.h
r52214a2 rbbb7ffe 1 1 /* 2 * Copyright (c) 20 13Jiri Svoboda2 * Copyright (c) 2022 Jiri Svoboda 3 3 * All rights reserved. 4 4 * … … 87 87 /** Values for dhcp_hdr_t.flags */ 88 88 enum dhcp_flags { 89 flag_broadcast = 0x80 89 flag_broadcast = 0x8000 90 90 }; 91 91
Note:
See TracChangeset
for help on using the changeset viewer.