Subversion Repositories HelenOS

Rev

Rev 4558 | Rev 4704 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4558 Rev 4589
Line 133... Line 133...
133
#define IPOPT_TS_TSANDADDR  1       /* timestamps and addresses */
133
#define IPOPT_TS_TSANDADDR  1       /* timestamps and addresses */
134
#define IPOPT_TS_PRESPEC    3       /* specified modules only */
134
#define IPOPT_TS_PRESPEC    3       /* specified modules only */
135
 
135
 
136
int ip_client_prepare_packet( packet_t packet, ip_protocol_t protocol, ip_ttl_t ttl, ip_tos_t tos, int dont_fragment, size_t ipopt_length );
136
int ip_client_prepare_packet( packet_t packet, ip_protocol_t protocol, ip_ttl_t ttl, ip_tos_t tos, int dont_fragment, size_t ipopt_length );
137
 
137
 
-
 
138
int ip_client_process_packet( packet_t packet, ip_protocol_t * protocol, ip_ttl_t * ttl, ip_tos_t * tos, int * dont_fragment, size_t * ipopt_length );
-
 
139
 
138
// TODO ipopt manipulation
140
// TODO ipopt manipulation
139
 
141
 
140
#endif
142
#endif
141
 
143
 
142
/** @}
144
/** @}