Searched refs:NBP_NVE_STR_SIZE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dat_snmp.h38 #define ZONE_SIZE NBP_NVE_STR_SIZE
39 #define OBJECT_SIZE NBP_NVE_STR_SIZE
40 #define TYPE_SIZE NBP_NVE_STR_SIZE
H A Dappletalk.h234 #define NBP_NVE_STR_SIZE 32 /* Maximum NBP tuple string size */ macro
237 u_char str[NBP_NVE_STR_SIZE];
247 #define NBP_TUPLE_SIZE ((3*NBP_NVE_STR_SIZE)+3)
H A Dddp_nbp.c511 if (object->len > NBP_NVE_STR_SIZE || type->len > NBP_NVE_STR_SIZE ||
512 zone->len > NBP_NVE_STR_SIZE) {
1115 if (pnew->len > NBP_NVE_STR_SIZE) {
1224 if (pnve->len > NBP_NVE_STR_SIZE) {
1243 if (entity->object.len > NBP_NVE_STR_SIZE ||
1244 entity->type.len > NBP_NVE_STR_SIZE ||
1245 entity->zone.len > NBP_NVE_STR_SIZE) {
H A Dat.c95 if (ifz->zone_name.len <= 0 || ifz->zone_name.len > NBP_NVE_STR_SIZE)

Completed in 26 milliseconds