Rev 4695 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4695 | Rev 4704 | ||
---|---|---|---|
Line 65... | Line 65... | ||
65 | * @see arp_clean_cache() |
65 | * @see arp_clean_cache() |
66 | */ |
66 | */ |
67 | NET_ARP_CLEAN_CACHE, |
67 | NET_ARP_CLEAN_CACHE, |
68 | } arp_messages; |
68 | } arp_messages; |
69 | 69 | ||
- | 70 | /** @name ARP specific message parameters definitions |
|
- | 71 | */ |
|
- | 72 | /*@{*/ |
|
- | 73 | ||
70 | /** Returns the protocol service message parameter. |
74 | /** Returns the protocol service message parameter. |
71 | * @param call The message call structure. Input parameter. |
75 | * @param call The message call structure. Input parameter. |
72 | */ |
76 | */ |
73 | #define ARP_GET_NETIF( call ) ( services_t ) IPC_GET_ARG2( * call ) |
77 | #define ARP_GET_NETIF( call ) ( services_t ) IPC_GET_ARG2( * call ) |
74 | 78 | ||
- | 79 | /*@}*/ |
|
- | 80 | ||
75 | #endif |
81 | #endif |
76 | 82 | ||
77 | /** @} |
83 | /** @} |
78 | */ |
84 | */ |