Searched refs:nbp_port (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/netatalk-2.2.0/libatalk/nbp/
H A Dnbp_conf.h34 extern u_char nbp_port;
H A Dnbp_unrgstr.c99 if ( nbp_port == 0 ) {
101 nbp_port = 2;
103 nbp_port = ntohs( se->s_port );
106 to.sat_port = nbp_port;
H A Dnbp_rgstr.c103 if ( nbp_port == 0 ) {
105 nbp_port = 2;
107 nbp_port = ntohs( se->s_port );
110 to.sat_port = nbp_port;
H A Dnbp_lkup.c112 if ( nbp_port == 0 ) {
114 nbp_port = 2;
116 nbp_port = ntohs( se->s_port );
128 addr.sat_port = nbp_port;
H A Dnbp_util.c35 u_char nbp_port = 0; variable

Completed in 47 milliseconds