|
Classes |
| struct | frag_hdr |
Typedefs |
| typedef frag_hdr | FragHdr |
Functions |
| | FUNC_PROTO (int udpInitFragmentation,(FILE *fptr, int f_bytes)) |
| | FUNC_PROTO (int udpSendWhole,(int udp_socket, unsigned char *mptr, int mbytes)) |
| | FUNC_PROTO (int udpSendFragments,(int udp_socket, unsigned short frag_options, unsigned char *mptr, int mbytes, int delay_usecs)) |
| | FUNC_PROTO (inline int udpCountFragments,(int frag_b, int msg_b)) |
| | FUNC_PROTO (int udpCountFragments,(int frag_b, int msg_b)) |
| | FUNC_PROTO (int netInitReassembly,(FILE *fptr, int m_bytes)) |
| | FUNC_PROTO (int netReadFragments,(int in_socket, unsigned char **mptr, int read_bytes_max, int *bytes_sent)) |
| | FUNC_PROTO (int netFreeReassembly,(NOARGS)) |
| | FUNC_PROTO (inline unsigned char *netResizeMemory,(unsigned char **mptr, int *cur_bytes, int new_bytes)) |
| | FUNC_PROTO (unsigned char *netResizeMemory,(unsigned char **mptr, int *cur_bytes, int new_bytes)) |
Variables |
| static char * | netFragment_h_sccs_id = "@(#) netFragment.h 1.1 12/13/96 12:18:32 MIT/LL" |