_ntar_option Struct Reference
[Structures]

#include <ntar.h>


Detailed Description

This structure represents an option of a block, at the user level.
Examples:

test004.c, test005.c, test006.c, test007.c, test011.c, test012.c, test013.c, test014.c, test015.c, and test016.c.


Data Fields

u_int16 code
 Code of the option, as specified in the draft.
void * data
 Data of the option, as specified in the draft.
_ntar_optionnext
 Next option in the chain.


Field Documentation

u_int16 _ntar_option::code
 

Code of the option, as specified in the draft.

Examples:
test004.c, test005.c, test006.c, test007.c, test011.c, test012.c, test014.c, test015.c, and test016.c.

void* _ntar_option::data
 

Data of the option, as specified in the draft.

Examples:
test004.c, test005.c, test006.c, test007.c, test012.c, and test014.c.

struct _ntar_option* _ntar_option::next
 

Next option in the chain.

Examples:
test011.c, test013.c, test015.c, and test016.c.


NTAR documentation. Copyright (c) 2004 - 2005 Condor Engineering, Inc. All rights reserved.