Home
last modified time | relevance | path

Searched refs:autype (Results 1 – 20 of 20) sorted by relevance

/dports/multimedia/mjpegtools/mjpegtools-2.1.0/mplex/
H A Dvideostrm_out.cpp223 int autype; in OutputSector() local
258 autype = AUType(); in OutputSector()
264 if( gop_control_packet && autype == IFRAME ) in OutputSector()
281 NewAUBuffers(autype), in OutputSector()
283 NewAUTimestamps(autype) ); in OutputSector()
284 muxinto.IndexLastPacket(*this, autype ); in OutputSector()
310 autype = NextAUType(); in OutputSector()
321 NewAUBuffers(autype), in OutputSector()
323 NewAUTimestamps(autype) ); in OutputSector()
324 muxinto.IndexLastPacket(*this, autype ); in OutputSector()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dvideostrm_out.cpp221 int autype; in OutputSector() local
260 autype = AUType(); in OutputSector()
266 if( gop_control_packet && autype == IFRAME ) in OutputSector()
283 NewAUBuffers(autype), in OutputSector()
285 NewAUTimestamps(autype) ); in OutputSector()
310 autype = NextAUType(); in OutputSector()
320 NewAUBuffers(autype), in OutputSector()
322 NewAUTimestamps(autype) ); in OutputSector()
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dvideostrm_out.cpp221 int autype; in OutputSector() local
260 autype = AUType(); in OutputSector()
266 if( gop_control_packet && autype == IFRAME ) in OutputSector()
283 NewAUBuffers(autype), in OutputSector()
285 NewAUTimestamps(autype) ); in OutputSector()
310 autype = NextAUType(); in OutputSector()
320 NewAUBuffers(autype), in OutputSector()
322 NewAUTimestamps(autype) ); in OutputSector()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dvideostrm_out.cpp221 int autype; in OutputSector() local
260 autype = AUType(); in OutputSector()
266 if( gop_control_packet && autype == IFRAME ) in OutputSector()
283 NewAUBuffers(autype), in OutputSector()
285 NewAUTimestamps(autype) ); in OutputSector()
310 autype = NextAUType(); in OutputSector()
320 NewAUBuffers(autype), in OutputSector()
322 NewAUTimestamps(autype) ); in OutputSector()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_muxers/muxerMplex/
H A Dvideostrm_out.cpp221 int autype; in OutputSector() local
260 autype = AUType(); in OutputSector()
266 if( gop_control_packet && autype == IFRAME ) in OutputSector()
283 NewAUBuffers(autype), in OutputSector()
285 NewAUTimestamps(autype) ); in OutputSector()
310 autype = NextAUType(); in OutputSector()
320 NewAUBuffers(autype), in OutputSector()
322 NewAUTimestamps(autype) ); in OutputSector()
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dpacket.c32 pkt->autype = ifa->autype; in ospf_pkt_fill_hdr()
43 pkt->autype = ifa->autype; in ospf_pkt_finalize()
49 switch (ifa->autype) in ospf_pkt_finalize()
130 u8 autype = pkt->autype; in ospf_pkt_checkauth() local
132 if (autype != ifa->autype) in ospf_pkt_checkauth()
133 DROP("authentication method mismatch", autype); in ospf_pkt_checkauth()
135 switch (autype) in ospf_pkt_checkauth()
303 if (ospf_is_v2(p) && (pkt->autype != OSPF_AUTH_CRYPT)) in ospf_rx_hook()
H A Dconfig.Y40 if ((ip->autype == OSPF_AUTH_CRYPT) && (ip->helloint < 5)) in ospf_iface_finish()
43 if ((ip->autype == OSPF_AUTH_NONE) && (ip->passwords != NULL)) in ospf_iface_finish()
51 if (pass->alg && (ip->autype != OSPF_AUTH_CRYPT)) in ospf_iface_finish()
55 if (!pass->alg && (ip->autype == OSPF_AUTH_CRYPT)) in ospf_iface_finish()
264 | AUTHENTICATION NONE { OSPF_PATT->autype = OSPF_AUTH_NONE; }
265 | AUTHENTICATION SIMPLE { OSPF_PATT->autype = OSPF_AUTH_SIMPLE; ospf_check_auth(); }
266 | AUTHENTICATION CRYPTOGRAPHIC { OSPF_PATT->autype = OSPF_AUTH_CRYPT; ospf_check_auth(); }
315 | AUTHENTICATION NONE { OSPF_PATT->autype = OSPF_AUTH_NONE; }
316 | AUTHENTICATION SIMPLE { OSPF_PATT->autype = OSPF_AUTH_SIMPLE; ospf_check_auth(); }
317 | AUTHENTICATION CRYPTOGRAPHIC { OSPF_PATT->autype = OSPF_AUTH_CRYPT; ospf_check_auth(); }
H A Diface.c61 if (ifa->autype == OSPF_AUTH_CRYPT) in ifa_tx_hdrlen()
597 ifa->autype = ip->autype; in ospf_iface_new()
704 ifa->autype = ip->autype; in ospf_iface_new_vlink()
835 if (ifa->autype != new->autype) in ospf_iface_reconfigure()
838 ifa->autype = new->autype; in ospf_iface_reconfigure()
H A Dospf.h183 u8 autype; /* OSPF_AUTH_*, not really used in OSPFv3 */ member
305 u8 autype; /* Authentication type (OSPF_AUTH_*) */ member
492 u8 autype; /* Undefined for OSPFv3 */ member
/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dpacket.c40 pkt->autype = ospf_is_v2(p) ? ifa->autype : 0; in ospf_pkt_fill_hdr()
56 pkt->autype = ifa->autype; in ospf_pkt_finalize2()
58 switch (ifa->autype) in ospf_pkt_finalize2()
136 pkt->autype = 0; in ospf_pkt_finalize3()
138 if (ifa->autype != OSPF_AUTH_CRYPT) in ospf_pkt_finalize3()
188 u8 autype = pkt->autype; in ospf_pkt_checkauth2() local
190 if (autype != ifa->autype) in ospf_pkt_checkauth2()
191 DROP("authentication method mismatch", autype); in ospf_pkt_checkauth2()
193 switch (autype) in ospf_pkt_checkauth2()
278 if (ifa->autype != OSPF_AUTH_CRYPT) in ospf_pkt_checkauth3()
[all …]
H A Dconfig.Y40 if (ospf_cfg_is_v2() && (ip->autype == OSPF_AUTH_CRYPT) && (ip->helloint < 5)) in ospf_iface_finish()
43 if ((ip->autype == OSPF_AUTH_NONE) && (ip->passwords != NULL)) in ospf_iface_finish()
51 if (pass->alg && (ip->autype != OSPF_AUTH_CRYPT)) in ospf_iface_finish()
55 if (!pass->alg && (ip->autype == OSPF_AUTH_CRYPT)) in ospf_iface_finish()
58 if (ospf_cfg_is_v3() && ip->autype && (pass->alg < ALG_HMAC)) in ospf_iface_finish()
357 | AUTHENTICATION NONE { OSPF_PATT->autype = OSPF_AUTH_NONE; }
358 | AUTHENTICATION SIMPLE { OSPF_PATT->autype = OSPF_AUTH_SIMPLE; ospf_check_auth(); }
359 | AUTHENTICATION CRYPTOGRAPHIC { OSPF_PATT->autype = OSPF_AUTH_CRYPT; }
408 | AUTHENTICATION NONE { OSPF_PATT->autype = OSPF_AUTH_NONE; }
409 | AUTHENTICATION SIMPLE { OSPF_PATT->autype = OSPF_AUTH_SIMPLE; ospf_check_auth(); }
[all …]
H A Diface.c63 if (ifa->autype == OSPF_AUTH_CRYPT) in ifa_tx_hdrlen()
143 if (ospf_is_v3(p) && !ifa->autype) in ospf_sk_open()
593 ifa->autype = ip->autype; in ospf_iface_new()
708 ifa->autype = ip->autype; in ospf_iface_new_vlink()
851 if (ifa->autype != new->autype) in ospf_iface_reconfigure()
854 ifa->autype = new->autype; in ospf_iface_reconfigure()
858 if (sk_set_ipv6_checksum(ifa->sk, ifa->autype ? -1 : 12) < 0) in ospf_iface_reconfigure()
H A Dospf.h187 u8 autype; /* OSPF_AUTH_*, not really used in OSPFv3 */ member
319 u8 autype; /* Authentication type (OSPF_AUTH_*) */ member
522 u8 autype; /* Undefined for OSPFv3 */ member
H A Dhello.c96 u32 options = ifa->oa->options | (ifa->autype == OSPF_AUTH_CRYPT ? OPT_AT : 0); in ospf_send_hello()
H A Ddbdes.c138 u32 options = ifa->oa->options | (ifa->autype == OSPF_AUTH_CRYPT ? OPT_AT : 0); in ospf_prepare_dbdes()
/dports/net/thcrut/thcrut-1.2.5/Libnet-1.0.2a/src/
H A Dlibnet_build_ospf.c44 u_short autype, const char *payload, int payload_s, in libnet_build_ospf() argument
61 ospf_hdr.ospf_auth_type = autype; /* Type of auth */ in libnet_build_ospf()
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/ip/snoopy/
H A Dospf.c21 uchar autype[2]; member
73 sprint(auth, "auth%d(%8.8ux %8.8ux)", NetS(ospf->autype), NetL(ospf->auth), in ospfauth()
/dports/net/libnet/libnet-1.1.6/src/
H A Dlibnet_build_ospf.c47 uint32_t area_id, uint16_t sum, uint16_t autype, const uint8_t *payload, in libnet_build_ospfv2() argument
79 ospf_hdr.ospf_auth_type = htons(autype); /* Type of auth */ in libnet_build_ospfv2()
/dports/net/libnet/libnet-1.1.6/include/libnet/
H A Dlibnet-functions.h1390 uint32_t area_id, uint16_t sum, uint16_t autype, const uint8_t* payload,
/dports/net/bird2/bird-2.0.8/
H A DChangeLog1143 Function ifa_tx_hdrlen() uses fields autype and passwords, so it must be