Searched refs:uni_ietype (Results 1 – 9 of 9) sorted by relevance
| /f-stack/freebsd/contrib/ngatm/netnatm/msg/ |
| H A D | unimsglib.h | 78 enum uni_ietype ielast; /* last IE seen for repeat handling */ 110 void uni_print_ie(char *, size_t, enum uni_ietype, const union uni_ieall *, 112 int uni_check_ie(enum uni_ietype, union uni_ieall *, struct unicx *); 113 int uni_encode_ie(enum uni_ietype, struct uni_msg *, union uni_ieall *, 115 int uni_decode_ie_hdr(enum uni_ietype *, struct uni_iehdr *, struct uni_msg *, 117 int uni_encode_ie_hdr(struct uni_msg *, enum uni_ietype, struct uni_iehdr *, 119 int uni_decode_ie_body(enum uni_ietype, union uni_ieall *, struct uni_msg *,
|
| H A D | priv.h | 65 enum uni_ietype, struct uni_iehdr *, u_int, struct unicx *); 116 void uni_print_ie_internal(enum uni_ietype, const union uni_ieall *,
|
| H A D | privmsg.c | 115 enum uni_ietype ietype; in uni_decode_body_internal() 122 cx->ielast = (enum uni_ietype)0; in uni_decode_body_internal()
|
| H A D | uni_hdr.h | 91 enum uni_ietype { enum
|
| H A D | uni_msg.c | 110 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_alerting() 256 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_call_proc() 472 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_connect() 695 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_connect_ack() 825 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_release() 999 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_release_compl() 1374 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_setup() 1775 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_status() 1878 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_status_enq() 1963 enum uni_ietype ie, struct uni_iehdr *hdr, u_int ielen, in decode_notify() [all …]
|
| H A D | uni_ie.c | 495 uni_print_ie_internal(enum uni_ietype code, const union uni_ieall *ie, in uni_print_ie_internal() 505 uni_print_ie(char *buf, size_t size, enum uni_ietype code, in uni_print_ie() 513 uni_check_ie(enum uni_ietype code, union uni_ieall *ie, struct unicx *cx) in uni_check_ie() 530 uni_decode_ie_hdr(enum uni_ietype *ietype, struct uni_iehdr *hdr, in uni_decode_ie_hdr() 535 *ietype = (enum uni_ietype)0; in uni_decode_ie_hdr() 596 uni_decode_ie_body(enum uni_ietype ietype, union uni_ieall *ie, in uni_decode_ie_body() 641 uni_encode_ie(enum uni_ietype code, struct uni_msg *msg, union uni_ieall *ie, in uni_encode_ie() 652 uni_encode_ie_hdr(struct uni_msg *msg, enum uni_ietype type, in uni_encode_ie_hdr() 1429 enum uni_ietype ietype; in decode_cause()
|
| H A D | unistruct.h | 1367 enum uni_ietype ietype;
|
| /f-stack/freebsd/contrib/ngatm/netnatm/sig/ |
| H A D | sig_verify.c | 44 uni_mandate_ie(struct uni *uni, enum uni_ietype ie) in uni_mandate_ie()
|
| H A D | unipriv.h | 487 void uni_mandate_ie(struct uni *, enum uni_ietype);
|