Changeset a64c64d in mainline for uspace/srv/net/il/arp/arp_oc.h
- Timestamp:
- 2010-03-09T22:24:31Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 74520daf
- Parents:
- 9f2ea28
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/il/arp/arp_oc.h
r9f2ea28 ra64c64d 44 44 /** REQUEST operation code. 45 45 */ 46 #define ARPOP_REQUEST 146 #define ARPOP_REQUEST 1 47 47 48 48 /** REPLY operation code. 49 49 */ 50 #define ARPOP_REPLY 250 #define ARPOP_REPLY 2 51 51 52 52 /** Reverse request operation code. 53 53 */ 54 #define ARPOP_RREQUEST 354 #define ARPOP_RREQUEST 3 55 55 56 56 /** Reverse reply operation code. 57 57 */ 58 #define ARPOP_RREPLY 458 #define ARPOP_RREPLY 4 59 59 60 60 /** DRARP-Request operation code. 61 61 */ 62 #define ARPOP_DRARP_Request 562 #define ARPOP_DRARP_Request 5 63 63 64 64 /** DRARP-Reply operation code. 65 65 */ 66 #define ARPOP_DRARP_Reply 666 #define ARPOP_DRARP_Reply 6 67 67 68 68 /** DRARP-Error operation code. 69 69 */ 70 #define ARPOP_DRARP_Error 770 #define ARPOP_DRARP_Error 7 71 71 72 72 /** InARP-Request operation code. 73 73 */ 74 #define ARPOP_InREQUEST 874 #define ARPOP_InREQUEST 8 75 75 76 76 /** InARP-Reply operation code. 77 77 */ 78 #define ARPOP_InREPLY 978 #define ARPOP_InREPLY 9 79 79 80 80 /** ARP-NAK operation code. 81 81 */ 82 #define ARPOP_NAK 1082 #define ARPOP_NAK 10 83 83 84 84 /** MARS-Request operation code. 85 85 */ 86 #define ARPOP_MARS_Request 1186 #define ARPOP_MARS_Request 11 87 87 88 88 /** MARS-Multi operation code. 89 89 */ 90 #define ARPOP_MARS_Multi 1290 #define ARPOP_MARS_Multi 12 91 91 92 92 /** MARS-MServ operation code. 93 93 */ 94 #define ARPOP_MARS_MServ 1394 #define ARPOP_MARS_MServ 13 95 95 96 96 /** MARS-Join operation code. 97 97 */ 98 #define ARPOP_MARS_Join 1498 #define ARPOP_MARS_Join 14 99 99 100 100 /** MARS-Leave operation code. 101 101 */ 102 #define ARPOP_MARS_Leave 15102 #define ARPOP_MARS_Leave 15 103 103 104 104 /** MARS-NAK operation code. 105 105 */ 106 #define ARPOP_MARS_NAK 16106 #define ARPOP_MARS_NAK 16 107 107 108 108 /** MARS-Unserv operation code. 109 109 */ 110 #define ARPOP_MARS_Unserv 17110 #define ARPOP_MARS_Unserv 17 111 111 112 112 /** MARS-SJoin operation code. 113 113 */ 114 #define ARPOP_MARS_SJoin 18114 #define ARPOP_MARS_SJoin 18 115 115 116 116 /** MARS-SLeave operation code. 117 117 */ 118 #define ARPOP_MARS_SLeave 19118 #define ARPOP_MARS_SLeave 19 119 119 120 120 /** MARS-Grouplist-Request operation code. 121 121 */ 122 #define ARPOP_MARS_Grouplist_Request 122 #define ARPOP_MARS_Grouplist_Request 20 123 123 124 124 /** MARS-Grouplist-Reply operation code. … … 128 128 /** MARS-Redirect-Map operation code. 129 129 */ 130 #define ARPOP_MARS_Redirect_Map 22130 #define ARPOP_MARS_Redirect_Map 22 131 131 132 132 /** MAPOS-UNARP operation code. 133 133 */ 134 #define ARPOP_MAPOS_UNARP 23134 #define ARPOP_MAPOS_UNARP 23 135 135 136 136 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.