DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

Developing applications over NetBIOS using XTI

NetBIOS: from DOS to UNIX systems
    NetBIOS names and addresses
    Sending NetBIOS broadcast datagrams
    Creating NetBIOS sessions
    How XTI functions behave differently over NetBIOS
        t_accept
        t_alloc
        t_bind
        t_close
        t_connect
        t_error
        t_free
        t_getinfo
        t_getstate
        t_listen
        t_look
        t_open
        t_optmgmt
        t_rcv
        t_rcvconnect
        t_rcvdis
        t_rcvrel
        t_rcvudata
        t_rcvuderr
        t_snd
        t_snddis
        t_sndrel
        t_sndudata
        t_sync
        t_unbind

How PC NetBIOS is different from XTI over NetBIOS
    Unsupported PC NetBIOS services
    Using XTI functions instead of NCBs
    Shutting down a session with orderly release
    Obtaining session and adapter status
    Example code for obtaining session and adapter status

Example client and server code
    Example NetBIOS client code
    Example NetBIOS server code

Getting more information