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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/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 120 milliseconds