Home
last modified time | relevance | path

Searched refs:ATMIO_TRAFFIC_UBR (Results 1 – 11 of 11) sorted by relevance

/freebsd-10-stable/sbin/atm/atmconfig/
Dnatm.c150 r->traffic = ATMIO_TRAFFIC_UBR; in store_route()
159 case ATMIO_TRAFFIC_UBR: in store_route()
413 sdl.sdl_data[idx++] = ATMIO_TRAFFIC_UBR; in natm_add()
508 sdl.sdl_data[idx++] = ATMIO_TRAFFIC_UBR; in natm_add()
614 [ATMIO_TRAFFIC_UBR] = "UBR", in natm_show()
661 case ATMIO_TRAFFIC_UBR: in natm_show()
Ddiag.c898 [ATMIO_TRAFFIC_UBR] = "ubr", in print_channel()
943 case ATMIO_TRAFFIC_UBR: in print_traffic()
/freebsd-10-stable/sys/dev/hatm/
Dif_hatm_ioctl.c78 static u_int hatm_natm_traffic = ATMIO_TRAFFIC_UBR;
142 case ATMIO_TRAFFIC_UBR: in hatm_open_vcc()
379 if (tmp != ATMIO_TRAFFIC_UBR && tmp != ATMIO_TRAFFIC_CBR) in hatm_sysctl_natm_traffic()
Dif_hatm_tx.c587 case ATMIO_TRAFFIC_UBR: in hatm_tx_vcc_can_open()
674 case ATMIO_TRAFFIC_UBR: in hatm_tx_vcc_open()
797 case ATMIO_TRAFFIC_UBR: in hatm_tx_vcc_close()
/freebsd-10-stable/sys/netinet/
Dif_atm.c159 op.param.traffic = ATMIO_TRAFFIC_UBR; in atm_rtrequest()
176 case ATMIO_TRAFFIC_UBR: in atm_rtrequest()
/freebsd-10-stable/sys/net/
Dif_atm.h149 #define ATMIO_TRAFFIC_UBR 0 macro
/freebsd-10-stable/sys/netnatm/
Dnatm.c221 op.param.traffic = ATMIO_TRAFFIC_UBR; in natm_usr_connect()
/freebsd-10-stable/sys/dev/patm/
Dif_patm_ioctl.c148 case ATMIO_TRAFFIC_UBR: in patm_open_vcc()
Dif_patm_tx.c189 if (vcc->vcc.traffic == ATMIO_TRAFFIC_UBR) { in patm_tx_vcc_open()
224 if (vcc->vcc.traffic == ATMIO_TRAFFIC_UBR) { in patm_tx_vcc_close()
/freebsd-10-stable/sys/netgraph/atm/
Dng_atm.c731 case ATMIO_TRAFFIC_UBR: in ng_atm_cpcs_init()
/freebsd-10-stable/sys/dev/fatm/
Dif_fatm.c2004 if (vc->param.traffic == ATMIO_TRAFFIC_UBR) in fatm_tx()
2268 case ATMIO_TRAFFIC_UBR: in fatm_open_vcc()