Home | History | Annotate | Download | only in tests-mx32

Lines Matching refs:res_id

110 		.res_id = NFNL_SUBSYS_NFTABLES
125 printf(", res_id=");
132 msg.res_id = htons(NFNL_SUBSYS_NFTABLES);
140 printf(", res_id=htons(NFNL_SUBSYS_NFTABLES)"));
142 msg.res_id = htons(0xabcd);
150 printf(", res_id=htons(%d)", 0xabcd));
153 msg.res_id = htons(NFNL_SUBSYS_NFTABLES);
159 printf(", res_id=htons(%d)", NFNL_SUBSYS_NFTABLES));
161 msg.res_id = htons(0xabcd);
170 printf(", res_id=htons(%d)"
174 msg.res_id = htons(NFNL_SUBSYS_NFTABLES);
185 printf(", res_id=htons(NFNL_SUBSYS_NFTABLES)"