Searched refs:bdc (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/bridged/
H A Ddoor.c61 bridge_door_cmd_t *bdc = (bridge_door_cmd_t *)argp; local
70 if (arg_size < sizeof (*bdc) || lock_engine() != 0) {
75 switch (bdc->bdc_type) {
125 if ((pdp = find_by_linkid(bdc->bdc_linkid)) == NULL)
135 if ((pdp = find_by_linkid(bdc->bdc_linkid)) == NULL)
152 if ((pdp = find_by_linkid(bdc->bdc_linkid)) == NULL)
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlbridge.c258 bridge_door_cmd_t *bdc; local
269 if ((bdc = malloc(sizeof (*bdc) + inlen)) == NULL) {
273 bdc->bdc_type = dtype;
274 bdc->bdc_linkid = linkid;
276 (void) memcpy(bdc + 1, *bufp, inlen);
279 arg.data_ptr = (char *)bdc;
280 arg.data_size = sizeof (*bdc) + inlen;
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_input.c941 sctp_data_hdr_t *bdc; local
1160 bdc = (sctp_data_hdr_t *)first_mp->b_rptr;
1167 if (SCTP_DATA_GET_BBIT(bdc) && SCTP_DATA_GET_EBIT(edc)) {
1169 ntohl(bdc->sdh_tsn) + 1;

Completed in 227 milliseconds