| 
		| class Ls_request |  
		| Link State Request as sent in a Link State Request Packet. More... |  
 |  | 
 
Public Methods
Public Static Methods
 Link State Request as sent in a Link State Request Packet.
 Never store or pass a pointer, just deal with it inline.
 
| Ls_request (OspfTypes::Version version, uint32_t ls_type,
	       uint32_t link_state_id, uint32_t advertising_router) 
 | Ls_request | 
 [static]
Returns: the length of an link state request header.
     
 Decode a Link State Request and return value inline not a pointer.
     
| size_t  copy_out (uint8_t *to_uint8) 
 | copy_out | 
 [const]
 Copy a wire format representation to the pointer provided.
Returns: the number of bytes written.
     
 [const]
| void  set_ls_type (uint32_t ls_type) 
 | set_ls_type | 
| uint32_t  get_ls_type () 
 | get_ls_type | 
 [const]
| void  set_link_state_id (uint32_t link_state_id) 
 | set_link_state_id | 
| uint32_t  get_link_state_id () 
 | get_link_state_id | 
 [const]
| void  set_advertising_router (uint32_t advertising_router) 
 | set_advertising_router | 
| uint32_t  get_advertising_router () 
 | get_advertising_router | 
 [const]
 [const]
 Generate a printable representation of the request.
     
	
Generated by: pavlin on possum.icir.org on Wed Aug  2 15:36:38 2006, using kdoc $.