Searched defs:as (Results 1 - 1 of 1) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c130 char *type; /* Port type as requested by user. */
236 * The same function is shared by ovs-vswitchd and other utilities as
304 /* Choose dp_ifindex to be used as netflow engine type and id */
1183 * Log the problem as an error, with enough details to enable
1247 * Log the problem as an error, with enough details to
1502 struct ds fs, as; local
1512 ds_init(&as);
1515 ds_put_cstr(&as, ", actions:");
1516 format_odp_actions(&as, put->actions, put->actions_len);
1541 ds_cstr(&as));
[all...]

Completed in 1398 milliseconds