Home | History | Annotate | Download | only in common

Lines Matching refs:trans

97 mopPrintOneline(FILE *fd, const u_char *pkt, int trans)
105 trans = mopGetTrans(pkt, trans);
106 mopGetHeader(pkt, &idx, &dst, &src, &proto, &len, trans);
139 if (trans == TRANS_8023) {
245 mopPrintHeader(FILE *fd, const u_char *pkt, int trans)
251 trans = mopGetTrans(pkt, trans);
252 mopGetHeader(pkt, &idx, &dst, &src, &proto, &len, trans);
270 switch (trans) {
279 switch (trans) {
288 switch (trans) {
306 mopPrintMopHeader(FILE *fd, const u_char *pkt, int trans)
313 trans = mopGetTrans(pkt, trans);
314 mopGetHeader(pkt, &idx, &dst, &src, &proto, &len, trans);
436 u_short moplen, u_char mopcode, int trans)
446 switch(trans) {